Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/
A Ddrbg_hmac.c94 static int drbg_hmac_update(PROV_DRBG *drbg, in drbg_hmac_update() function
139 return drbg_hmac_update(drbg, ent, ent_len, nonce, nonce_len, pstr, in drbg_hmac_instantiate()
172 return drbg_hmac_update(drbg, ent, ent_len, adin, adin_len, NULL, 0); in drbg_hmac_reseed()
205 && !drbg_hmac_update(drbg, adin, adin_len, NULL, 0, NULL, 0)) in drbg_hmac_generate()
234 if (!drbg_hmac_update(drbg, adin, adin_len, NULL, 0, NULL, 0)) in drbg_hmac_generate()

Completed in 2 milliseconds