Searched refs:ctr_update (Results 1 – 1 of 1) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg_ctr.c | 260 __owur static int ctr_update(PROV_DRBG *drbg, in ctr_update() function 322 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate() 351 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0)) in drbg_ctr_reseed() 389 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate() 405 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate() 447 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()
|
Completed in 3 milliseconds