Searched refs:cur_crypto_min (Results 1 – 1 of 1) sorted by relevance
4697 size_t cur_crypto_min, cur_crypto_max; in ipsec_alg_fix_min_max() local4780 cur_crypto_min = mech_infos[i].mi_min_key_size * unit_bits; in ipsec_alg_fix_min_max()4783 if (cur_crypto_min < crypto_min) in ipsec_alg_fix_min_max()4784 crypto_min = cur_crypto_min; in ipsec_alg_fix_min_max()