Lines Matching refs:ap_msg
368 struct ap_message ap_msg; in zcrypt_send_cprb() local
376 ap_init_message(&ap_msg); in zcrypt_send_cprb()
377 rc = get_cprb_fc(xcRB, &ap_msg, &func_code, &domain); in zcrypt_send_cprb()
424 rc = pref_zq->ops->send_cprb(pref_zq, xcRB, &ap_msg); in zcrypt_send_cprb()
431 ap_release_message(&ap_msg); in zcrypt_send_cprb()
470 struct ap_message ap_msg; in zcrypt_send_ep11_cprb() local
475 ap_init_message(&ap_msg); in zcrypt_send_ep11_cprb()
498 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb()
542 rc = pref_zq->ops->send_ep11_cprb(pref_zq, xcrb, &ap_msg); in zcrypt_send_ep11_cprb()
551 ap_release_message(&ap_msg); in zcrypt_send_ep11_cprb()
563 struct ap_message ap_msg; in zcrypt_rng() local
569 ap_init_message(&ap_msg); in zcrypt_rng()
570 rc = get_rng_fc(&ap_msg, &func_code, &domain); in zcrypt_rng()
606 rc = pref_zq->ops->rng(pref_zq, buffer, &ap_msg); in zcrypt_rng()
613 ap_release_message(&ap_msg); in zcrypt_rng()