Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c353 if (xcrb->request_control_blk_length < sizeof(struct CPRBX)) in xcrb_msg_to_type6cprb_msgx()
355 req_cblen = CEIL4((size_t)xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
388 msg->hdr.tocardlen1 = xcrb->request_control_blk_length; in xcrb_msg_to_type6cprb_msgx()
399 xcrb->request_control_blk_length)) in xcrb_msg_to_type6cprb_msgx()
402 if (xcrb->request_control_blk_length < req_cblen) in xcrb_msg_to_type6cprb_msgx()
403 memset(msg->userdata + xcrb->request_control_blk_length, in xcrb_msg_to_type6cprb_msgx()
404 0, req_cblen - xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
H A Dzcrypt_ccamisc.c354 pxcrb->request_control_blk_length = in prep_xcrb()
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h132 __u32 request_control_blk_length; member