Searched refs:ctr_update (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 261 __owur static int ctr_update(PROV_DRBG *drbg, in ctr_update() function 323 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate() 361 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0)) in drbg_ctr_reseed() 399 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate() 415 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate() 457 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()
|
Completed in 8 milliseconds