Searched refs:func_code (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/s390/crypto/ |
D | zcrypt_api.c | 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() [all …]
|
D | zcrypt_msgtype6.c | 1122 unsigned int *func_code, unsigned short **dom) in get_cprb_fc() argument 1138 return XCRB_msg_to_type6CPRB_msgX(ap_msg, xcRB, func_code, dom); in get_cprb_fc() 1178 unsigned int *func_code) in get_ep11cprb_fc() argument 1194 return xcrb_msg_to_type6_ep11cprb_msgx(ap_msg, xcrb, func_code); in get_ep11cprb_fc() 1272 unsigned int get_rng_fc(struct ap_message *ap_msg, int *func_code, in get_rng_fc() argument 1292 *func_code = HWRNG; in get_rng_fc()
|