Home
last modified time | relevance | path

Searched refs:ap_message (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/s390/crypto/
Dap_bus.h130 struct ap_message;
210 struct ap_message *reply; /* Per device reply message. */
243 struct ap_message { struct
254 void (*receive)(struct ap_queue *, struct ap_message *, argument
255 struct ap_message *);
267 static inline void ap_init_message(struct ap_message *ap_msg) in ap_init_message()
277 static inline void ap_release_message(struct ap_message *ap_msg) in ap_release_message()
294 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg);
295 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg);
306 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *ap_msg);
Dzcrypt_api.h75 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. */
Dzcrypt_msgtype6.c192 struct ap_message *ap_msg, in icamex_msg_to_type6mex_msgx()
261 struct ap_message *ap_msg, in icacrt_msg_to_type6crt_msgx()
334 static int xcrb_msg_to_type6cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6cprb_msgx()
455 static int xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6_ep11cprb_msgx()
571 struct ap_message *reply, in convert_type86_ica()
681 struct ap_message *reply, in convert_type86_xcrb()
726 struct ap_message *reply, in convert_type86_ep11_xcrb()
748 struct ap_message *reply, in convert_type86_rng()
765 struct ap_message *reply, in convert_response_ica()
809 struct ap_message *reply, in convert_response_xcrb()
[all …]
Dzcrypt_msgtype6.h98 struct ap_message *ap_msg,
101 struct ap_message *ap_msg,
103 int prep_rng_ap_msg(struct ap_message *ap_msg,
119 static inline void rng_type6cprb_msgx(struct ap_message *ap_msg, in rng_type6cprb_msgx()
Dzcrypt_msgtype50.c199 struct ap_message *ap_msg, in ICAMEX_msg_to_type50MEX_msg()
267 struct ap_message *ap_msg, in ICACRT_msg_to_type50CRT_msg()
360 struct ap_message *reply, in convert_type80()
390 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()
468 struct ap_message *ap_msg) in zcrypt_cex2a_modexpo()
519 struct ap_message *ap_msg) in zcrypt_cex2a_modexpo_crt()
Dap_queue.c137 struct ap_message *ap_msg; in ap_sm_recv()
246 struct ap_message *ap_msg; in ap_sm_write()
253 ap_msg = list_entry(aq->requestq.next, struct ap_message, list); in ap_sm_write()
800 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *reply) in ap_queue_init_reply()
815 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_queue_message()
853 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_cancel_message()
855 struct ap_message *tmp; in ap_cancel_message()
880 struct ap_message *ap_msg, *next; in __ap_flush_queue()
Dzcrypt_error.h79 struct ap_message *reply) in convert_error()
Dzcrypt_api.c680 struct ap_message ap_msg; in zcrypt_rsa_modexpo()
790 struct ap_message ap_msg; in zcrypt_rsa_crt()
900 struct ap_message ap_msg; in _zcrypt_send_cprb()
1079 struct ap_message ap_msg; in _zcrypt_send_ep11_cprb()
1232 struct ap_message ap_msg; in zcrypt_rng()
Dzcrypt_cex2c.c183 struct ap_message ap_msg; in zcrypt_cex2c_rng_supported()