Lines Matching refs:pseudorandom_ok
153 hmacmd5_generate(dst_key_t *key, int pseudorandom_ok) {
166 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0));
421 hmacsha1_generate(dst_key_t *key, int pseudorandom_ok) {
434 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0));
690 hmacsha224_generate(dst_key_t *key, int pseudorandom_ok) {
703 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0));
959 hmacsha256_generate(dst_key_t *key, int pseudorandom_ok) {
972 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0));
1228 hmacsha384_generate(dst_key_t *key, int pseudorandom_ok) {
1241 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0));
1497 hmacsha512_generate(dst_key_t *key, int pseudorandom_ok) {
1510 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0));