Home
last modified time | relevance | path

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

/linux-6.6.21/crypto/
Ddrbg.c655 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() function
719 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate()
742 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate()
744 ret = drbg_hmac_update(drbg, NULL, 1); in drbg_hmac_generate()
752 .update = drbg_hmac_update,