Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c365 size_t memlen = ALIGN(sizeof(struct ep11_cprb) + payload_len, 4); in alloc_cprbmem()
366 struct ep11_cprb *cprb = NULL; in alloc_cprbmem()
378 cprb->cprb_len = sizeof(struct ep11_cprb); in alloc_cprbmem()
392 size_t memlen = ALIGN(sizeof(struct ep11_cprb) + payload_len, 4); in free_cprbmem()
460 struct ep11_cprb *req, size_t req_len, in prep_urb()
461 struct ep11_cprb *rep, size_t rep_len) in prep_urb()
539 static int check_reply_cprb(const struct ep11_cprb *rep, const char *func) in check_reply_cprb()
578 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_query_info()
784 struct ep11_cprb *req = NULL, *rep = NULL; in _ep11_genaeskey()
959 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_cryptsingle()
[all …]
H A Dzcrypt_msgtype6.c513 struct ep11_cprb cprbx; in xcrb_msg_to_type6_ep11cprb_msgx()
524 if (xcrb->req_len < sizeof(struct ep11_cprb) + MIN_EP11_PAYLOAD_SIZE) in xcrb_msg_to_type6_ep11cprb_msgx()
534 if (xcrb->resp_len < sizeof(struct ep11_cprb)) in xcrb_msg_to_type6_ep11cprb_msgx()
554 pld = msg->userdata + sizeof(struct ep11_cprb); in xcrb_msg_to_type6_ep11cprb_msgx()
556 if (pld_len != xcrb->req_len - sizeof(struct ep11_cprb)) in xcrb_msg_to_type6_ep11cprb_msgx()
635 struct ep11_cprb cprbx;
1274 struct ep11_cprb cprbx; in zcrypt_msgtype6_send_ep11_cprb()
1294 sizeof(struct type6_hdr) + sizeof(struct ep11_cprb); in zcrypt_msgtype6_send_ep11_cprb()
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h162 struct ep11_cprb { struct