Searched refs:wgt (Results 1 – 1 of 1) sorted by relevance
/drivers/s390/crypto/ |
D | zcrypt_api.c | 640 unsigned int wgt = 0, pref_wgt = 0; in zcrypt_rsa_modexpo() local 687 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo() 692 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in zcrypt_rsa_modexpo() 708 wgt + cpen + qpen, pref_wgt)) in zcrypt_rsa_modexpo() 712 pref_wgt = wgt + cpen + qpen; in zcrypt_rsa_modexpo() 715 pref_zq = zcrypt_pick_queue(pref_zc, pref_zq, &mod, wgt); in zcrypt_rsa_modexpo() 727 zcrypt_drop_queue(pref_zc, pref_zq, mod, wgt); in zcrypt_rsa_modexpo() 748 unsigned int wgt = 0, pref_wgt = 0; in zcrypt_rsa_crt() local 795 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt() 800 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in zcrypt_rsa_crt() [all …]
|