Lines Matching refs:func_code
221 unsigned int func_code; in zcrypt_rsa_modexpo() local
227 func_code = 0; in zcrypt_rsa_modexpo()
239 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
255 weight = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo()
286 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo()
296 unsigned int func_code; in zcrypt_rsa_crt() local
302 func_code = 0; in zcrypt_rsa_crt()
314 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
330 weight = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
361 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt()
372 unsigned int func_code; in zcrypt_send_cprb() local
379 rc = get_cprb_fc(xcRB, &ap_msg, &func_code, &domain); in zcrypt_send_cprb()
395 weight = speed_idx_cca(func_code) * zc->speed_rating[SECKEY]; in zcrypt_send_cprb()
434 trace_s390_zcrypt_rep(xcRB, func_code, rc, in zcrypt_send_cprb()
471 unsigned int func_code; in zcrypt_send_ep11_cprb() local
488 func_code = 0; in zcrypt_send_ep11_cprb()
496 func_code = 0; in zcrypt_send_ep11_cprb()
502 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb()
518 weight = speed_idx_ep11(func_code) * zc->speed_rating[SECKEY]; in zcrypt_send_ep11_cprb()
556 trace_s390_zcrypt_rep(xcrb, func_code, rc, in zcrypt_send_ep11_cprb()
566 unsigned int func_code; in zcrypt_rng() local
574 rc = get_rng_fc(&ap_msg, &func_code, &domain); in zcrypt_rng()
586 weight = zc->speed_rating[func_code]; in zcrypt_rng()
618 trace_s390_zcrypt_rep(buffer, func_code, rc, in zcrypt_rng()