Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Ddrbg.c1839 u32 scratchpad_use = min_t(u32, outlen, DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local
1847 inlen = scratchpad_use; in drbg_kcapi_sym_ctr()
1848 memset(drbg->outscratchpad, 0, scratchpad_use); in drbg_kcapi_sym_ctr()
1849 sg_set_buf(sg_in, drbg->outscratchpad, scratchpad_use); in drbg_kcapi_sym_ctr()