Searched refs:cur_crypto_max (Results 1 – 1 of 1) sorted by relevance
4697 size_t cur_crypto_min, cur_crypto_max; in ipsec_alg_fix_min_max() local4781 cur_crypto_max = mech_infos[i].mi_max_key_size * unit_bits; in ipsec_alg_fix_min_max()4793 } else if (cur_crypto_max > crypto_max) { in ipsec_alg_fix_min_max()4794 crypto_max = cur_crypto_max; in ipsec_alg_fix_min_max()