Lines Matching refs:func_code
650 unsigned int func_code = 0; in zcrypt_rsa_modexpo() local
672 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
692 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo()
742 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo()
755 unsigned int func_code = 0; in zcrypt_rsa_crt() local
777 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
797 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
847 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt()
861 unsigned int func_code = 0; in _zcrypt_send_cprb() local
875 rc = prep_cca_ap_msg(userspace, xcrb, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb()
921 wgt = speed_idx_cca(func_code) * zc->speed_rating[SECKEY]; in _zcrypt_send_cprb()
982 trace_s390_zcrypt_rep(xcrb, func_code, rc, in _zcrypt_send_cprb()
1049 unsigned int func_code = 0, domain; in _zcrypt_send_ep11_cprb() local
1080 rc = prep_ep11_ap_msg(userspace, xcrb, &ap_msg, &func_code, &domain); in _zcrypt_send_ep11_cprb()
1117 wgt = speed_idx_ep11(func_code) * zc->speed_rating[SECKEY]; in _zcrypt_send_ep11_cprb()
1184 trace_s390_zcrypt_rep(xcrb, func_code, rc, in _zcrypt_send_ep11_cprb()
1219 unsigned int func_code = 0; in zcrypt_rng() local
1230 rc = prep_rng_ap_msg(&ap_msg, &func_code, &domain); in zcrypt_rng()
1243 wgt = zc->speed_rating[func_code]; in zcrypt_rng()
1276 trace_s390_zcrypt_rep(buffer, func_code, rc, in zcrypt_rng()