Home
last modified time | relevance | path

Searched refs:outputlen (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.c197 secret void *output, size_t outputlen, in nist_hash_drbg_generate() argument
204 ASSERT(outputlen <= NIST_HASH_DRBG_MAX_REQUEST_BYTES); in nist_hash_drbg_generate()
231 hashgen(output, outputlen, D->V); in nist_hash_drbg_generate()