Home
last modified time | relevance | path

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

/linux/include/crypto/
A Ddrbg.h125 __u8 *outscratchpadbuf; /* CTR mode output scratchpad */ member
/linux/crypto/
A Ddrbg.c1749 kfree(drbg->outscratchpadbuf); in drbg_fini_sym_kernel()
1750 drbg->outscratchpadbuf = NULL; in drbg_fini_sym_kernel()
1799 drbg->outscratchpadbuf = kmalloc(DRBG_OUTSCRATCHLEN + alignmask, in drbg_init_sym_kernel()
1801 if (!drbg->outscratchpadbuf) { in drbg_init_sym_kernel()
1805 drbg->outscratchpad = (u8 *)PTR_ALIGN(drbg->outscratchpadbuf, in drbg_init_sym_kernel()

Completed in 7 milliseconds