Searched refs:nist_hash_drbg_destroy (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.h44 #define nist_hash_drbg_destroy nist_sha256_hash_drbg_destroy macro
83 int nist_hash_drbg_destroy(struct nist_hash_drbg *);
H A Dnist_hash_drbg.c107 nist_hash_drbg_destroy(struct nist_hash_drbg *D)
1142 nist_hash_drbg_destroy(D);
105 nist_hash_drbg_destroy(struct nist_hash_drbg *D) function
/netbsd-current/sys/kern/
H A Dsubr_cprng.c261 if (__predict_false(nist_hash_drbg_destroy(cc->cc_drbg)))
262 panic("nist_hash_drbg_destroy");

Completed in 221 milliseconds