Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/uapi/asm/
Dzcrypt.h86 __u16 cprb_len; /* CPRB length 220 */ member
162 __u16 cprb_len; member
/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_msgtype6.h141 .cprb_len = 0x00dc, in rng_type6cprb_msgx()
Dzcrypt_msgtype6.c72 .cprb_len = 0x00DC,
409 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in xcrb_msg_to_type6cprb_msgx()
412 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in xcrb_msg_to_type6cprb_msgx()
503 if (z_copy_from_user(userspace, &msg->cprbx.cprb_len, in xcrb_msg_to_type6_ep11cprb_msgx()
Dzcrypt_ccamisc.c245 preqcblk->cprb_len = sizeof(struct CPRBX); in alloc_and_prep_cprbmem()
288 preqcblk->cprb_len + preqcblk->req_parml; in prep_xcrb()
Dzcrypt_ep11misc.c323 cprb->cprb_len = sizeof(struct ep11_cprb); in alloc_cprb()