Home
last modified time | relevance | path

Searched defs:hash_gen (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drrl.h120 unsigned int hash_gen : DNS_RRL_HASH_GEN_BITS; member
233 unsigned int hash_gen; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drrl.h121 unsigned int hash_gen : DNS_RRL_HASH_GEN_BITS; member
234 unsigned int hash_gen; member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_hash.c207 static int hash_gen(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in hash_gen() function