Lines Matching refs:ap_msg
804 struct ap_message ap_msg; in _zcrypt_send_cprb() local
814 ap_init_message(&ap_msg); in _zcrypt_send_cprb()
815 rc = get_cprb_fc(xcRB, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb()
880 rc = pref_zq->ops->send_cprb(pref_zq, xcRB, &ap_msg); in _zcrypt_send_cprb()
887 ap_release_message(&ap_msg); in _zcrypt_send_cprb()
932 struct ap_message ap_msg; in zcrypt_send_ep11_cprb() local
938 ap_init_message(&ap_msg); in zcrypt_send_ep11_cprb()
963 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb()
1014 rc = pref_zq->ops->send_ep11_cprb(pref_zq, xcrb, &ap_msg); in zcrypt_send_ep11_cprb()
1023 ap_release_message(&ap_msg); in zcrypt_send_ep11_cprb()
1035 struct ap_message ap_msg; in zcrypt_rng() local
1042 ap_init_message(&ap_msg); in zcrypt_rng()
1043 rc = get_rng_fc(&ap_msg, &func_code, &domain); in zcrypt_rng()
1079 rc = pref_zq->ops->rng(pref_zq, buffer, &ap_msg); in zcrypt_rng()
1086 ap_release_message(&ap_msg); in zcrypt_rng()