Home
last modified time | relevance | path

Searched refs:cur_crypto_max (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4705 size_t cur_crypto_min, cur_crypto_max; in ipsec_alg_fix_min_max() local
4789 cur_crypto_max = mech_infos[i].mi_max_key_size * unit_bits; in ipsec_alg_fix_min_max()
4801 } else if (cur_crypto_max > crypto_max) { in ipsec_alg_fix_min_max()
4802 crypto_max = cur_crypto_max; in ipsec_alg_fix_min_max()