Lines Matching refs:func_code

682 	unsigned int func_code;  in zcrypt_rsa_modexpo()  local
696 func_code = 0; in zcrypt_rsa_modexpo()
708 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
728 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo()
779 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo()
792 unsigned int func_code; in zcrypt_rsa_crt() local
806 func_code = 0; in zcrypt_rsa_crt()
818 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
838 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
889 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt()
902 unsigned int func_code; in _zcrypt_send_cprb() local
922 rc = prep_cca_ap_msg(userspace, xcrb, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb()
966 wgt = speed_idx_cca(func_code) * zc->speed_rating[SECKEY]; in _zcrypt_send_cprb()
1031 trace_s390_zcrypt_rep(xcrb, func_code, rc, in _zcrypt_send_cprb()
1078 unsigned int func_code, domain; in _zcrypt_send_ep11_cprb() local
1101 func_code = 0; in _zcrypt_send_ep11_cprb()
1109 func_code = 0; in _zcrypt_send_ep11_cprb()
1115 rc = prep_ep11_ap_msg(userspace, xcrb, &ap_msg, &func_code, &domain); in _zcrypt_send_ep11_cprb()
1150 wgt = speed_idx_ep11(func_code) * zc->speed_rating[SECKEY]; in _zcrypt_send_ep11_cprb()
1215 trace_s390_zcrypt_rep(xcrb, func_code, rc, in _zcrypt_send_ep11_cprb()
1231 unsigned int func_code; in zcrypt_rng() local
1240 rc = prep_rng_ap_msg(&ap_msg, &func_code, &domain); in zcrypt_rng()
1253 wgt = zc->speed_rating[func_code]; in zcrypt_rng()
1287 trace_s390_zcrypt_rep(buffer, func_code, rc, in zcrypt_rng()