Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c237 struct CPRBX **p_req_cprb, in alloc_and_prep_cprbmem()
238 struct CPRBX **p_rep_cprb, in alloc_and_prep_cprbmem()
242 size_t cprbplusparamblen = sizeof(struct CPRBX) + paramblen; in alloc_and_prep_cprbmem()
244 struct CPRBX *preqcblk, *prepcblk; 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()
264 preqcblk->cprb_len = sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
270 ((u8 __user *)preqcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
272 ((u8 __user *)prepcblk) + sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
291 memzero_explicit(mem, 2 * (sizeof(struct CPRBX) + paramblen)); in free_cprbmem()
[all …]
H A Dzcrypt_msgtype6.h125 struct CPRBX cprbx; in rng_type6cprb_msgx()
140 static struct CPRBX local_cprbx = { in rng_type6cprb_msgx()
H A Dzcrypt_msgtype6.c65 static const struct CPRBX static_cprbx = {
202 struct CPRBX cprbx; in icamex_msg_to_type6mex_msgx()
272 struct CPRBX cprbx; in icacrt_msg_to_type6crt_msgx()
340 struct CPRBX cprbx; in xcrb_msg_to_type6cprb_msgx()
550 struct CPRBX cprbx;
687 struct CPRBX cprbx; in convert_type86_rng()
1080 struct CPRBX cprbx; in zcrypt_msgtype6_send_cprb()
1287 struct CPRBX cprbx; in zcrypt_msgtype6_rng()
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h85 struct CPRBX { struct