Searched refs:ctr_update (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 266 __owur static int ctr_update(PROV_DRBG *drbg, in ctr_update() function 328 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate() 366 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0)) in drbg_ctr_reseed() 404 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate() 420 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate() 462 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()
|