Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rand/
Ddrbg_ctr.c224 __owur static int ctr_update(RAND_DRBG *drbg, in ctr_update() function
286 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
301 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0)) in drbg_ctr_reseed()
329 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()
345 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()
387 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()