Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_local.h127 size_t max_perslen, max_adinlen; member
H A Ddrbg.c368 if (perslen > drbg->max_perslen) { in ossl_prov_drbg_instantiate()
834 drbg->max_perslen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new()
909 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_perslen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_ctr.c536 drbg->max_perslen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()
551 drbg->max_perslen = len; in drbg_ctr_init_lengths()
H A Ddrbg_hmac.c325 drbg->max_perslen = DRBG_MAX_LENGTH; in drbg_hmac_new()
H A Ddrbg_hash.c433 ctx->max_perslen = DRBG_MAX_LENGTH; in drbg_hash_new()
/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod41 =item "max_perslen" (B<OSSL_DRBG_PARAM_MAX_PERSLEN>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod41 =item "max_perslen" (B<OSSL_DRBG_PARAM_MAX_PERSLEN>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod41 =item "max_perslen" (B<OSSL_DRBG_PARAM_MAX_PERSLEN>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod45 =item "max_perslen" (B<OSSL_DRBG_PARAM_MAX_PERSLEN>) <unsigned integer>
H A Dprovider-rand.pod237 =item "max_perslen" (B<OSSL_DRBG_PARAM_MAX_PERSLEN>) <unsigned integer>
/openssl/doc/man3/
H A DEVP_RAND.pod313 =item "max_perslen" (B<OSSL_DRBG_PARAM_MAX_PERSLEN>) <unsigned integer>

Completed in 22 milliseconds