Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c278 struct CPRBX **p_req_cprb, in alloc_and_prep_cprbmem()
279 struct CPRBX **p_rep_cprb, in alloc_and_prep_cprbmem()
284 ALIGN(sizeof(struct CPRBX), 4) + ALIGN(paramblen, 4); in alloc_and_prep_cprbmem()
286 struct CPRBX *preqcblk, *prepcblk; in alloc_and_prep_cprbmem()
302 preqcblk = (struct CPRBX *)cprbmem; in alloc_and_prep_cprbmem()
303 prepcblk = (struct CPRBX *)(cprbmem + cprbplusparamblen); in alloc_and_prep_cprbmem()
306 preqcblk->cprb_len = sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
312 ALIGN(sizeof(struct CPRBX), 4); in alloc_and_prep_cprbmem()
314 ALIGN(sizeof(struct CPRBX), 4); in alloc_and_prep_cprbmem()
332 size_t cprblen = ALIGN(sizeof(struct CPRBX), 4) + ALIGN(paramblen, 4); in free_cprbmem()
[all …]
H A Dzcrypt_msgtype6.c69 static const struct CPRBX static_cprbx = {
206 struct CPRBX cprbx; in icamex_msg_to_type6mex_msgx()
276 struct CPRBX cprbx; in icacrt_msg_to_type6crt_msgx()
344 struct CPRBX cprbx; in xcrb_msg_to_type6cprb_msgx()
353 if (xcrb->request_control_blk_length < sizeof(struct CPRBX)) in xcrb_msg_to_type6cprb_msgx()
371 if (xcrb->reply_control_blk_length < sizeof(struct CPRBX)) in xcrb_msg_to_type6cprb_msgx()
626 struct CPRBX cprbx;
763 struct CPRBX cprbx; in convert_type86_rng()
1157 struct CPRBX cprbx; in zcrypt_msgtype6_send_cprb()
1405 struct CPRBX cprbx; in rng_type6cprb_msgx()
[all …]
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h85 struct CPRBX { struct