Searched refs:noncelen (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/providers/implementations/rands/ |
D | drbg.c | 366 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 …]
|
D | drbg_local.h | 80 const unsigned char *nonce, size_t noncelen, 186 const unsigned char *nonce, size_t noncelen,
|
D | drbg_ctr.c | 262 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/ |
D | cipher_aes_ccm_hw_s390x.inc | 34 const unsigned char *nonce, size_t noncelen,
|
/third_party/openssl/providers/fips/ |
D | self_test_kats.c | 304 (void *)t->nonce, t->noncelen); in self_test_drbg()
|
D | self_test_data.inc | 77 size_t noncelen;
|