Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/rands/
Ddrbg.c366 size_t noncelen = 0, entropylen = 0; in ossl_prov_drbg_instantiate() local
398 noncelen = drbg->parent_nonce(drbg->parent, NULL, drbg->strength, in ossl_prov_drbg_instantiate()
401 if (noncelen == 0) { in ossl_prov_drbg_instantiate()
405 nonce = OPENSSL_malloc(noncelen); in ossl_prov_drbg_instantiate()
410 if (noncelen != drbg->parent_nonce(drbg->parent, nonce, in ossl_prov_drbg_instantiate()
433 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen, in ossl_prov_drbg_instantiate()
435 if (noncelen < drbg->min_noncelen in ossl_prov_drbg_instantiate()
436 || noncelen > drbg->max_noncelen) { in ossl_prov_drbg_instantiate()
460 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen, in ossl_prov_drbg_instantiate()
475 ossl_prov_cleanup_nonce(drbg->provctx, nonce, noncelen); in ossl_prov_drbg_instantiate()
[all …]
Ddrbg_local.h80 const unsigned char *nonce, size_t noncelen,
186 const unsigned char *nonce, size_t noncelen,
Ddrbg_ctr.c262 const unsigned char *nonce, size_t noncelen) in ctr_update() argument
289 if (!ctr_df(ctr, in1, in1len, nonce, noncelen, in2, in2len)) in ctr_update()
307 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate() argument
321 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_ccm_hw_s390x.inc34 const unsigned char *nonce, size_t noncelen,
/third_party/openssl/providers/fips/
Dself_test_kats.c304 (void *)t->nonce, t->noncelen); in self_test_drbg()
Dself_test_data.inc77 size_t noncelen;