Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_lib.c295 size_t max_entropylen = drbg->max_entropylen; in RAND_DRBG_instantiate() local
327 max_entropylen += drbg->max_noncelen; in RAND_DRBG_instantiate()
332 min_entropylen, max_entropylen, 0); in RAND_DRBG_instantiate()
334 || entropylen > max_entropylen) { in RAND_DRBG_instantiate()
428 drbg->max_entropylen, in RAND_DRBG_reseed()
431 || entropylen > drbg->max_entropylen) { in RAND_DRBG_reseed()
487 if (drbg->max_entropylen < len) { in rand_drbg_restart()
H A Drand_local.h233 size_t min_entropylen, max_entropylen; member
H A Ddrbg_ctr.c471 drbg->max_entropylen = DRBG_MAX_LENGTH; in drbg_ctr_init()
478 drbg->max_entropylen = drbg->seedlen; in drbg_ctr_init()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_RAND-HASH-DRBG.pod35 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod35 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-CTR-DRBG.pod35 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod37 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A Dprovider-rand.pod219 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_local.h131 size_t min_entropylen, max_entropylen; member
H A Ddrbg_ctr.c502 drbg->max_entropylen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()
516 drbg->max_entropylen = len; in drbg_ctr_init_lengths()
H A Ddrbg_hmac.c286 drbg->max_entropylen = DRBG_MAX_LENGTH; in drbg_hmac_new()
H A Ddrbg_hash.c400 ctx->max_entropylen = DRBG_MAX_LENGTH; in drbg_hash_new()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c333 t.entropylen = drbg->max_entropylen + 1; in error_check()
446 t.entropylen = drbg->max_entropylen + 1; in error_check()