Home
last modified time | relevance | path

Searched refs:ap_msg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c186 struct ap_message *ap_msg, in icamex_msg_to_type6mex_msgx() argument
206 } __packed * msg = ap_msg->msg; in icamex_msg_to_type6mex_msgx()
241 ap_msg->len = size; in icamex_msg_to_type6mex_msgx()
255 struct ap_message *ap_msg, in icacrt_msg_to_type6crt_msgx() argument
276 } __packed * msg = ap_msg->msg; in icacrt_msg_to_type6crt_msgx()
310 ap_msg->len = size; in icacrt_msg_to_type6crt_msgx()
328 static int xcrb_msg_to_type6cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6cprb_msgx() argument
343 } __packed * msg = ap_msg->msg; in xcrb_msg_to_type6cprb_msgx()
347 char *req_data = ap_msg->msg + sizeof(struct type6_hdr) + rcblen; in xcrb_msg_to_type6cprb_msgx()
355 ap_msg->len = sizeof(struct type6_hdr) + in xcrb_msg_to_type6cprb_msgx()
[all …]
H A Dzcrypt_api.c646 struct ap_message ap_msg; in zcrypt_rsa_modexpo() local
654 rc = ap_init_apmsg(&ap_msg, 0); in zcrypt_rsa_modexpo()
728 rc = pref_zq->ops->rsa_modexpo(pref_zq, mex, &ap_msg); in zcrypt_rsa_modexpo()
735 ap_release_apmsg(&ap_msg); in zcrypt_rsa_modexpo()
742 ap_msg.psmid); in zcrypt_rsa_modexpo()
752 struct ap_message ap_msg; in zcrypt_rsa_crt() local
760 rc = ap_init_apmsg(&ap_msg, 0); in zcrypt_rsa_crt()
834 rc = pref_zq->ops->rsa_modexpo_crt(pref_zq, crt, &ap_msg); in zcrypt_rsa_crt()
841 ap_release_apmsg(&ap_msg); in zcrypt_rsa_crt()
848 ap_msg.psmid); in zcrypt_rsa_crt()
[all …]
H A 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,