Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Ddrbg.c1842 u32 scratchpad_use = min_t(u32, outlen, DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local
1850 inlen = scratchpad_use; in drbg_kcapi_sym_ctr()
1851 memset(drbg->outscratchpad, 0, scratchpad_use); in drbg_kcapi_sym_ctr()
1852 sg_set_buf(sg_in, drbg->outscratchpad, scratchpad_use); in drbg_kcapi_sym_ctr()