Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A Ddrbg.h131 __u8 *outscratchpadbuf; /* CTR mode output scratchpad */ member
/linux-6.3-rc2/crypto/
A Ddrbg.c1753 kfree(drbg->outscratchpadbuf); in drbg_fini_sym_kernel()
1754 drbg->outscratchpadbuf = NULL; in drbg_fini_sym_kernel()
1803 drbg->outscratchpadbuf = kmalloc(DRBG_OUTSCRATCHLEN + alignmask, in drbg_init_sym_kernel()
1805 if (!drbg->outscratchpadbuf) { in drbg_init_sym_kernel()
1809 drbg->outscratchpad = (u8 *)PTR_ALIGN(drbg->outscratchpadbuf, in drbg_init_sym_kernel()

Completed in 7 milliseconds