Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dap_bus.h140 struct ap_message;
179 struct ap_message *reply; /* Per device reply message. */
186 struct ap_message { struct
195 void (*receive)(struct ap_device *, struct ap_message *, argument
196 struct ap_message *);
219 static inline void ap_init_message(struct ap_message *ap_msg) in ap_init_message()
235 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
236 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
Dzcrypt_msgtype6.c63 static void zcrypt_msgtype6_receive(struct ap_device *, struct ap_message *,
64 struct ap_message *);
162 struct ap_message *ap_msg, in ICAMEX_msg_to_type6MEX_msgX()
229 struct ap_message *ap_msg, in ICACRT_msg_to_type6CRT_msgX()
301 struct ap_message *ap_msg, in XCRB_msg_to_type6CPRB_msgX()
396 struct ap_message *ap_msg, in xcrb_msg_to_type6_ep11cprb_msgx()
512 struct ap_message *reply, in convert_type86_ica()
621 struct ap_message *reply, in convert_type86_xcrb()
652 struct ap_message *reply, in convert_type86_ep11_xcrb()
670 struct ap_message *reply, in convert_type86_rng()
[all …]
Dzcrypt_pcica.c65 static void zcrypt_pcica_receive(struct ap_device *, struct ap_message *,
66 struct ap_message *);
85 struct ap_message *ap_msg, in ICAMEX_msg_to_type4MEX_msg()
134 struct ap_message *ap_msg, in ICACRT_msg_to_type4CRT_msg()
195 struct ap_message *reply, in convert_type84()
219 struct ap_message *reply, in convert_response()
250 struct ap_message *msg, in zcrypt_pcica_receive()
251 struct ap_message *reply) in zcrypt_pcica_receive()
287 struct ap_message ap_msg; in zcrypt_pcica_modexpo()
326 struct ap_message ap_msg; in zcrypt_pcica_modexpo_crt()
Dzcrypt_pcicc.c77 static void zcrypt_pcicc_receive(struct ap_device *, struct ap_message *,
78 struct ap_message *);
155 struct ap_message *ap_msg, in ICAMEX_msg_to_type6MEX_msg()
242 struct ap_message *ap_msg, in ICACRT_msg_to_type6CRT_msg()
316 struct ap_message *reply, in convert_type86()
416 struct ap_message *reply, in convert_response()
453 struct ap_message *msg, in zcrypt_pcicc_receive()
454 struct ap_message *reply) in zcrypt_pcicc_receive()
492 struct ap_message ap_msg; in zcrypt_pcicc_modexpo()
532 struct ap_message ap_msg; in zcrypt_pcicc_modexpo_crt()
Dzcrypt_msgtype50.c56 static void zcrypt_cex2a_receive(struct ap_device *, struct ap_message *,
57 struct ap_message *);
186 struct ap_message *ap_msg, in ICAMEX_msg_to_type50MEX_msg()
244 struct ap_message *ap_msg, in ICACRT_msg_to_type50CRT_msg()
328 struct ap_message *reply, in convert_type80()
356 struct ap_message *reply, in convert_response()
387 struct ap_message *msg, in zcrypt_cex2a_receive()
388 struct ap_message *reply) in zcrypt_cex2a_receive()
429 struct ap_message ap_msg; in zcrypt_cex2a_modexpo()
473 struct ap_message ap_msg; in zcrypt_cex2a_modexpo_crt()
Dzcrypt_api.h118 struct ap_message reply; /* Per-device reply structure. */
Dzcrypt_error.h91 struct ap_message *reply) in convert_error()
Dap_bus.c941 struct ap_message *ap_msg, *next; in __ap_flush_queue()
1563 struct ap_message *ap_msg; in ap_poll_read()
1612 struct ap_message *ap_msg; in ap_poll_write()
1618 ap_msg = list_entry(ap_dev->requestq.next, struct ap_message, list); in ap_poll_write()
1674 static int __ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in __ap_queue_message()
1715 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in ap_queue_message()
1754 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in ap_cancel_message()
1756 struct ap_message *tmp; in ap_cancel_message()
Dzcrypt_msgtype6.h126 struct ap_message *ap_msg, in rng_type6CPRB_msgX()
Dzcrypt_pcixcc.c216 struct ap_message ap_msg; in zcrypt_pcixcc_rng_supported()