Searched refs:ctr_update (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/rand/ |
D | drbg_ctr.c | 224 __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()
|