Searched defs:pseudorandom_ok (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | hmac_link.c | 153 hmacmd5_generate(dst_key_t *key, int pseudorandom_ok) { argument 166 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 421 hmacsha1_generate(dst_key_t *key, int pseudorandom_ok) { argument 434 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 690 hmacsha224_generate(dst_key_t *key, int pseudorandom_ok) { argument 703 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 959 hmacsha256_generate(dst_key_t *key, int pseudorandom_ok) { argument 972 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 1228 hmacsha384_generate(dst_key_t *key, int pseudorandom_ok) { argument 1241 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok ! 1497 hmacsha512_generate(dst_key_t *key, int pseudorandom_ok) argument [all...] |
Completed in 15 milliseconds