Searched refs:nist_hash_drbg_generate (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.h45 #define nist_hash_drbg_generate nist_sha256_hash_drbg_generate macro
81 int nist_hash_drbg_generate(struct nist_hash_drbg *, void *, size_t,
H A Dnist_hash_drbg.c200 nist_hash_drbg_generate(secret struct nist_hash_drbg *D,
1102 nist_hash_drbg_generate(D, rnd_val,
1126 nist_hash_drbg_generate(D, rnd_val,
196 nist_hash_drbg_generate(secret struct nist_hash_drbg *D, function
/netbsd-current/sys/kern/
H A Dsys_getrandom.c134 if (nist_hash_drbg_generate(&drbg, buf, n, NULL, 0)) {
158 if (nist_hash_drbg_generate(&drbg, buf, n, NULL, 0))
159 panic("nist_hash_drbg_generate");
H A Dsubr_cprng.c329 if (__predict_false(nist_hash_drbg_generate(cc->cc_drbg, buf, len,
332 if (__predict_false(nist_hash_drbg_generate(cc->cc_drbg,
334 panic("nist_hash_drbg_generate");
/netbsd-current/sys/arch/x86/x86/
H A Dpmap.c1671 error = nist_hash_drbg_generate(&drbg, randholep, sizeof(*randholep),
1675 error = nist_hash_drbg_generate(&drbg, randvap, sizeof(*randvap),

Completed in 555 milliseconds