Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c259 __owur static int ctr_update(PROV_DRBG *drbg, in ctr_update() function
321 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
350 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0)) in drbg_ctr_reseed()
388 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()
404 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()
446 if (!ctr_update(drbg, adin, adinlen, NULL, 0, NULL, 0)) in drbg_ctr_generate()