Searched refs:dst__entropy_getdata (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | openssl_link.c | 65 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_FALSE); 79 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_TRUE);
|
H A D | dst_internal.h | 291 isc_result_t dst__entropy_getdata(void *buf, unsigned int len,
|
H A D | hmac_link.c | 162 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 470 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 763 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 1050 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 1337 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 1624 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0));
|
H A D | openssldsa_link.c | 454 result = dst__entropy_getdata(rand_array, sizeof(rand_array),
|
H A D | tkey.c | 415 result = dst__entropy_getdata(randomdata, TKEY_RANDOM_AMOUNT,
|
H A D | dst_api.c | 1978 dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) { function
|
Completed in 28 milliseconds