Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c241 u8 *cprbmem = NULL; in alloc_and_prep_cprbmem() local
252 cprbmem = mempool_alloc_preallocated(cprb_mempool); in alloc_and_prep_cprbmem()
254 cprbmem = kmalloc(len, GFP_KERNEL); in alloc_and_prep_cprbmem()
256 if (!cprbmem) in alloc_and_prep_cprbmem()
258 memset(cprbmem, 0, len); in alloc_and_prep_cprbmem()
260 preqcblk = (struct CPRBX *)cprbmem; in alloc_and_prep_cprbmem()
261 prepcblk = (struct CPRBX *)(cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()
275 *p_cprb_mem = cprbmem; in alloc_and_prep_cprbmem()