Searched refs:min_noncelen (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_lib.c324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) {
326 min_entropylen += drbg->min_noncelen;
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) {
341 drbg->min_noncelen, drbg->max_noncelen);
342 if (noncelen < drbg->min_noncelen || noncelen > drbg->max_noncelen) {
982 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) {
984 min_entropylen += drbg->min_noncelen;
H A Drand_local.h234 size_t min_noncelen, max_noncelen; member in struct:rand_drbg_st
H A Ddrbg_ctr.c472 drbg->min_noncelen = drbg->min_entropylen / 2;
480 drbg->min_noncelen = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg.c330 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen,
334 drbg->min_noncelen, drbg->max_noncelen);
396 if (drbg->min_noncelen > 0) {
399 drbg->min_noncelen,
412 drbg->min_noncelen,
428 min_entropylen += drbg->min_noncelen;
433 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen,
435 if (noncelen < drbg->min_noncelen
886 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen))
H A Ddrbg_local.h132 size_t min_noncelen, max_noncelen; member in struct:prov_drbg_st
H A Dtest_rng.c127 ossl_unused size_t min_noncelen,
125 test_rng_nonce(void *vtest, unsigned char *out, unsigned int strength, ossl_unused size_t min_noncelen, ossl_unused size_t max_noncelen) argument
H A Ddrbg_ctr.c503 drbg->min_noncelen = 0;
510 drbg->min_noncelen = drbg->min_entropylen / 2;
518 drbg->min_noncelen = 0;
H A Ddrbg_hash.c489 ctx->min_noncelen = ctx->min_entropylen / 2;
H A Ddrbg_hmac.c391 ctx->min_noncelen = ctx->min_entropylen / 2;
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c343 if (drbg->min_noncelen) {
346 t.noncelen = drbg->min_noncelen - 1;
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h477 size_t min_noncelen, size_t max_noncelen))

Completed in 202 milliseconds