Searched defs:pseudorandom_ok (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | hmac_link.c | 147 hmacmd5_generate(dst_key_t *key, int pseudorandom_ok, void (*callback)(int)) { argument 162 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 455 hmacsha1_generate(dst_key_t *key, int pseudorandom_ok, void (*callback)(int)) { argument 470 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 746 hmacsha224_generate(dst_key_t *key, int pseudorandom_ok, argument 763 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 1033 hmacsha256_generate(dst_key_t *key, int pseudorandom_ok, argument 1050 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 1320 hmacsha384_generate(dst_key_t *key, int pseudorandom_ok, argument 1337 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok ! 1607 hmacsha512_generate(dst_key_t *key, int pseudorandom_ok, void (*callback)(int)) argument [all...] |
Completed in 17 milliseconds