Searched refs:ep11_urb (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/s390/crypto/ |
D | zcrypt_api.h | 81 long (*send_ep11_cprb)(bool userspace, struct zcrypt_queue *, struct ep11_urb *, 159 long zcrypt_send_ep11_cprb(struct ep11_urb *urb);
|
D | zcrypt_ep11misc.c | 387 static inline void prep_urb(struct ep11_urb *u, in prep_urb() 492 struct ep11_urb *urb = NULL; in ep11_query_info() 514 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL); in ep11_query_info() 704 struct ep11_urb *urb = NULL; in ep11_genaeskey() 752 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL); in ep11_genaeskey() 832 struct ep11_urb *urb = NULL; in ep11_cryptsingle() 872 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL); in ep11_cryptsingle() 969 struct ep11_urb *urb = NULL; in ep11_unwrapkey() 1020 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL); in ep11_unwrapkey() 1100 struct ep11_urb *urb = NULL; in ep11_wrapkey() [all …]
|
D | zcrypt_msgtype6.h | 99 unsigned int get_ep11cprb_fc(bool userspace, struct ep11_urb *, struct ap_message *,
|
D | zcrypt_msgtype6.c | 494 struct ep11_urb *xcRB, in xcrb_msg_to_type6_ep11cprb_msgx() 742 struct ep11_urb *xcRB) in convert_type86_ep11_xcrb() 854 struct ap_message *reply, struct ep11_urb *xcRB) in convert_response_ep11_xcrb() 1180 unsigned int get_ep11cprb_fc(bool userspace, struct ep11_urb *xcrb, in get_ep11cprb_fc() 1209 struct ep11_urb *xcrb, in zcrypt_msgtype6_send_ep11_cprb()
|
D | zcrypt_api.c | 1014 struct ep11_urb *xcrb) in _zcrypt_send_ep11_cprb() 1141 long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() 1549 struct ep11_urb xcrb; in zsendep11cprb_ioctl() 1551 struct ep11_urb __user *uxcrb = (void __user *)arg; in zsendep11cprb_ioctl()
|
/Linux-v5.15/arch/s390/include/uapi/asm/ |
D | zcrypt.h | 198 struct ep11_urb { struct
|