outscratchpadbuf 1734 crypto/drbg.c  	kfree(drbg->outscratchpadbuf);
outscratchpadbuf 1735 crypto/drbg.c  	drbg->outscratchpadbuf = NULL;
outscratchpadbuf 1784 crypto/drbg.c  	drbg->outscratchpadbuf = kmalloc(DRBG_OUTSCRATCHLEN + alignmask,
outscratchpadbuf 1786 crypto/drbg.c  	if (!drbg->outscratchpadbuf) {
outscratchpadbuf 1790 crypto/drbg.c  	drbg->outscratchpad = (u8 *)PTR_ALIGN(drbg->outscratchpadbuf,
outscratchpadbuf  125 include/crypto/drbg.h 	__u8 *outscratchpadbuf;			/* CTR mode output scratchpad */