Searched refs:drbg_hmac_update (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg_hmac.c | 88 static int drbg_hmac_update(PROV_DRBG_HMAC *hmac, in drbg_hmac_update() function 129 return drbg_hmac_update(hmac, ent, ent_len, nonce, nonce_len, pstr, in ossl_drbg_hmac_init() 182 return drbg_hmac_update(hmac, ent, ent_len, adin, adin_len, NULL, 0); in drbg_hmac_reseed() 214 && !drbg_hmac_update(hmac, adin, adin_len, NULL, 0, NULL, 0)) in ossl_drbg_hmac_generate() 243 if (!drbg_hmac_update(hmac, adin, adin_len, NULL, 0, NULL, 0)) in ossl_drbg_hmac_generate()
|
Completed in 4 milliseconds