Home
last modified time | relevance | path

Searched defs:ap_msg (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/s390/crypto/
H A 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()
972 struct ap_message *ap_msg) in zcrypt_msgtype6_modexpo()
1022 struct ap_message *ap_msg) in zcrypt_msgtype6_modexpo_crt()
1073 struct ap_message *ap_msg, in prep_cca_ap_msg()
1102 struct ap_message *ap_msg) in zcrypt_msgtype6_send_cprb()
1170 struct ap_message *ap_msg, in prep_ep11_ap_msg()
1200 struct ap_message *ap_msg) in zcrypt_msgtype6_send_ep11_cprb()
1283 int prep_rng_ap_msg(struct ap_message *ap_msg, int *func_code, in prep_rng_ap_msg()
[all …]
H A Dap_queue.c113 struct ap_message *ap_msg; in ap_sm_recv() local
224 struct ap_message *ap_msg; in ap_sm_write() local
1048 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_queue_message()
1086 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_cancel_message()
1113 struct ap_message *ap_msg, *next; in __ap_flush_queue() local
H A Dzcrypt_msgtype50.c196 struct ap_message *ap_msg, in ICAMEX_msg_to_type50MEX_msg()
259 struct ap_message *ap_msg, in ICACRT_msg_to_type50CRT_msg()
455 struct ap_message *ap_msg) in zcrypt_msgtype50_modexpo()
505 struct ap_message *ap_msg) in zcrypt_msgtype50_modexpo_crt()
H A Dzcrypt_api.c645 struct ap_message ap_msg; in zcrypt_rsa_modexpo() local
750 struct ap_message ap_msg; in zcrypt_rsa_crt() local
855 struct ap_message ap_msg; in _zcrypt_send_cprb() local
1016 struct ap_message ap_msg; in _zcrypt_send_ep11_cprb() local
1164 struct ap_message ap_msg; in zcrypt_rng() local
H A Dap_bus.h252 static inline void ap_init_message(struct ap_message *ap_msg) in ap_init_message()
262 static inline void ap_release_message(struct ap_message *ap_msg) in ap_release_message()
H A Dzcrypt_msgtype6.h119 static inline void rng_type6cprb_msgx(struct ap_message *ap_msg, in rng_type6cprb_msgx()