Home
last modified time | relevance | path

Searched refs:dst__entropy_getdata (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/bind/dist/lib/dns/
H A Dopenssl_link.c75 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_FALSE); in entropy_get()
89 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_TRUE); in entropy_getpseudo()
H A Ddst_internal.h272 isc_result_t dst__entropy_getdata(void *buf, unsigned int len,
H A Dhmac_link.c166 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); in hmacmd5_generate()
451 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); in hmacsha1_generate()
738 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); in hmacsha224_generate()
1025 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); in hmacsha256_generate()
1312 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); in hmacsha384_generate()
1599 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); in hmacsha512_generate()
H A Dopenssldsa_link.c375 result = dst__entropy_getdata(rand_array, sizeof(rand_array), in openssldsa_generate()
H A Dtkey.c392 result = dst__entropy_getdata(randomdata, TKEY_RANDOM_AMOUNT, in process_dhtkey()
H A Ddst_api.c1892 dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) { in dst__entropy_getdata() function