Searched refs:pref_wgt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 646 unsigned int wgt = 0, pref_wgt = 0; in zcrypt_rsa_modexpo() local 693 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in zcrypt_rsa_modexpo() 709 wgt + cpen + qpen, pref_wgt)) in zcrypt_rsa_modexpo() 713 pref_wgt = wgt + cpen + qpen; in zcrypt_rsa_modexpo() 751 unsigned int wgt = 0, pref_wgt = 0; in zcrypt_rsa_crt() local 798 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in zcrypt_rsa_crt() 814 wgt + cpen + qpen, pref_wgt)) in zcrypt_rsa_crt() 818 pref_wgt = wgt + cpen + qpen; in zcrypt_rsa_crt() 856 unsigned int wgt = 0, pref_wgt = 0; in _zcrypt_send_cprb() local 916 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in _zcrypt_send_cprb() [all …]
|