Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_ccamisc.c186 u8 *cprbmem; in alloc_and_prep_cprbmem() local
194 cprbmem = kcalloc(2, cprbplusparamblen, GFP_KERNEL); in alloc_and_prep_cprbmem()
195 if (!cprbmem) in alloc_and_prep_cprbmem()
198 preqcblk = (struct CPRBX *) cprbmem; in alloc_and_prep_cprbmem()
199 prepcblk = (struct CPRBX *) (cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()
213 *pcprbmem = cprbmem; in alloc_and_prep_cprbmem()