Lines Matching refs:func_code
637 unsigned int func_code; in zcrypt_rsa_modexpo() local
644 func_code = 0; in zcrypt_rsa_modexpo()
656 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
675 weight = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo()
710 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo()
721 unsigned int func_code; in zcrypt_rsa_crt() local
728 func_code = 0; in zcrypt_rsa_crt()
740 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
759 weight = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
794 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt()
806 unsigned int func_code; in _zcrypt_send_cprb() local
815 rc = get_cprb_fc(xcRB, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb()
845 weight = speed_idx_cca(func_code) * zc->speed_rating[SECKEY]; in _zcrypt_send_cprb()
888 trace_s390_zcrypt_rep(xcRB, func_code, rc, in _zcrypt_send_cprb()
931 unsigned int func_code; in zcrypt_send_ep11_cprb() local
949 func_code = 0; in zcrypt_send_ep11_cprb()
957 func_code = 0; in zcrypt_send_ep11_cprb()
963 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb()
982 weight = speed_idx_ep11(func_code) * zc->speed_rating[SECKEY]; in zcrypt_send_ep11_cprb()
1024 trace_s390_zcrypt_rep(xcrb, func_code, rc, in zcrypt_send_ep11_cprb()
1034 unsigned int func_code; in zcrypt_rng() local
1043 rc = get_rng_fc(&ap_msg, &func_code, &domain); in zcrypt_rng()
1055 weight = zc->speed_rating[func_code]; in zcrypt_rng()
1087 trace_s390_zcrypt_rep(buffer, func_code, rc, in zcrypt_rng()