Lines Matching refs:ap_msg

639 	struct ap_message ap_msg;  in zcrypt_rsa_modexpo()  local
647 ap_init_message(&ap_msg); in zcrypt_rsa_modexpo()
651 ap_msg.fi.cmd = tr->fi.cmd; in zcrypt_rsa_modexpo()
724 rc = pref_zq->ops->rsa_modexpo(pref_zq, mex, &ap_msg); in zcrypt_rsa_modexpo()
731 ap_release_message(&ap_msg); in zcrypt_rsa_modexpo()
747 struct ap_message ap_msg; in zcrypt_rsa_crt() local
755 ap_init_message(&ap_msg); in zcrypt_rsa_crt()
759 ap_msg.fi.cmd = tr->fi.cmd; in zcrypt_rsa_crt()
832 rc = pref_zq->ops->rsa_modexpo_crt(pref_zq, crt, &ap_msg); in zcrypt_rsa_crt()
839 ap_release_message(&ap_msg); in zcrypt_rsa_crt()
855 struct ap_message ap_msg; in _zcrypt_send_cprb() local
865 ap_init_message(&ap_msg); in _zcrypt_send_cprb()
869 ap_msg.fi.cmd = tr->fi.cmd; in _zcrypt_send_cprb()
877 rc = get_cprb_fc(userspace, xcRB, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb()
960 rc = pref_zq->ops->send_cprb(userspace, pref_zq, xcRB, &ap_msg); in _zcrypt_send_cprb()
967 ap_release_message(&ap_msg); in _zcrypt_send_cprb()
1020 struct ap_message ap_msg; in _zcrypt_send_ep11_cprb() local
1026 ap_init_message(&ap_msg); in _zcrypt_send_ep11_cprb()
1030 ap_msg.fi.cmd = tr->fi.cmd; in _zcrypt_send_ep11_cprb()
1056 rc = get_ep11cprb_fc(userspace, xcrb, &ap_msg, &func_code); in _zcrypt_send_ep11_cprb()
1117 rc = pref_zq->ops->send_ep11_cprb(userspace, pref_zq, xcrb, &ap_msg); in _zcrypt_send_ep11_cprb()
1126 ap_release_message(&ap_msg); in _zcrypt_send_ep11_cprb()
1148 struct ap_message ap_msg; in zcrypt_rng() local
1155 ap_init_message(&ap_msg); in zcrypt_rng()
1156 rc = get_rng_fc(&ap_msg, &func_code, &domain); in zcrypt_rng()
1193 rc = pref_zq->ops->rng(pref_zq, buffer, &ap_msg); in zcrypt_rng()
1200 ap_release_message(&ap_msg); in zcrypt_rng()