Lines Matching refs:func_code

640 	unsigned int func_code;  in zcrypt_rsa_modexpo()  local
654 func_code = 0; in zcrypt_rsa_modexpo()
666 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
686 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo()
735 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo()
748 unsigned int func_code; in zcrypt_rsa_crt() local
762 func_code = 0; in zcrypt_rsa_crt()
774 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
794 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
843 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt()
856 unsigned int func_code; in _zcrypt_send_cprb() local
876 rc = get_cprb_fc(userspace, xcRB, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb()
910 wgt = speed_idx_cca(func_code) * zc->speed_rating[SECKEY]; in _zcrypt_send_cprb()
974 trace_s390_zcrypt_rep(xcRB, func_code, rc, in _zcrypt_send_cprb()
1021 unsigned int func_code; in _zcrypt_send_ep11_cprb() local
1044 func_code = 0; in _zcrypt_send_ep11_cprb()
1052 func_code = 0; in _zcrypt_send_ep11_cprb()
1058 rc = get_ep11cprb_fc(userspace, xcrb, &ap_msg, &func_code); in _zcrypt_send_ep11_cprb()
1081 wgt = speed_idx_ep11(func_code) * zc->speed_rating[SECKEY]; in _zcrypt_send_ep11_cprb()
1136 trace_s390_zcrypt_rep(xcrb, func_code, rc, in _zcrypt_send_ep11_cprb()
1152 unsigned int func_code; in zcrypt_rng() local
1161 rc = get_rng_fc(&ap_msg, &func_code, &domain); in zcrypt_rng()
1174 wgt = zc->speed_rating[func_code]; in zcrypt_rng()
1206 trace_s390_zcrypt_rep(buffer, func_code, rc, in zcrypt_rng()