Searched refs:ap_message (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/s390/crypto/ |
D | ap_bus.h | 131 struct ap_message; 194 struct ap_message *reply; /* Per device reply message. */ 227 struct ap_message { struct 237 void (*receive)(struct ap_queue *, struct ap_message *, argument 238 struct ap_message *); 248 static inline void ap_init_message(struct ap_message *ap_msg) in ap_init_message() 258 static inline void ap_release_message(struct ap_message *ap_msg) in ap_release_message() 275 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg); 276 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg); 287 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *ap_msg);
|
D | zcrypt_api.h | 75 struct ap_message *); 78 struct ap_message *); 80 struct ap_message *); 82 struct ap_message *); 83 long (*rng)(struct zcrypt_queue *, char *, struct ap_message *); 120 struct ap_message reply; /* Per-device reply structure. */
|
D | zcrypt_msgtype6.c | 249 struct ap_message *ap_msg, in ICAMEX_msg_to_type6MEX_msgX() 318 struct ap_message *ap_msg, in ICACRT_msg_to_type6CRT_msgX() 391 static int XCRB_msg_to_type6CPRB_msgX(bool userspace, struct ap_message *ap_msg, in XCRB_msg_to_type6CPRB_msgX() 499 static int xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6_ep11cprb_msgx() 611 struct ap_message *reply, in convert_type86_ica() 720 struct ap_message *reply, in convert_type86_xcrb() 751 struct ap_message *reply, in convert_type86_ep11_xcrb() 769 struct ap_message *reply, in convert_type86_rng() 786 struct ap_message *reply, in convert_response_ica() 828 struct ap_message *reply, in convert_response_xcrb() [all …]
|
D | zcrypt_msgtype6.h | 99 unsigned int get_cprb_fc(bool userspace, struct ica_xcRB *, struct ap_message *, 101 unsigned int get_ep11cprb_fc(bool userspace, struct ep11_urb *, struct ap_message *, 103 unsigned int get_rng_fc(struct ap_message *, int *, unsigned int *); 118 static inline void rng_type6CPRB_msgX(struct ap_message *ap_msg, in rng_type6CPRB_msgX()
|
D | zcrypt_msgtype50.c | 201 struct ap_message *ap_msg, in ICAMEX_msg_to_type50MEX_msg() 268 struct ap_message *ap_msg, in ICACRT_msg_to_type50CRT_msg() 360 struct ap_message *reply, in convert_type80() 391 struct ap_message *reply, in convert_response_cex2a() 428 struct ap_message *msg, in zcrypt_cex2a_receive() 429 struct ap_message *reply) in zcrypt_cex2a_receive() 465 struct ap_message *ap_msg) in zcrypt_cex2a_modexpo() 511 struct ap_message *ap_msg) in zcrypt_cex2a_modexpo_crt()
|
D | ap_queue.c | 137 struct ap_message *ap_msg; in ap_sm_recv() 216 struct ap_message *ap_msg; in ap_sm_write() 222 ap_msg = list_entry(aq->requestq.next, struct ap_message, list); in ap_sm_write() 752 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *reply) in ap_queue_init_reply() 767 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_queue_message() 804 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_cancel_message() 806 struct ap_message *tmp; in ap_cancel_message() 831 struct ap_message *ap_msg, *next; in __ap_flush_queue()
|
D | zcrypt_error.h | 79 struct ap_message *reply) in convert_error()
|
D | zcrypt_api.c | 639 struct ap_message ap_msg; in zcrypt_rsa_modexpo() 747 struct ap_message ap_msg; in zcrypt_rsa_crt() 855 struct ap_message ap_msg; in _zcrypt_send_cprb() 1020 struct ap_message ap_msg; in _zcrypt_send_ep11_cprb() 1148 struct ap_message ap_msg; in zcrypt_rng()
|
D | zcrypt_cex2c.c | 183 struct ap_message ap_msg; in zcrypt_cex2c_rng_supported()
|