Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4704 size_t crypto_min = (size_t)-1, crypto_max = 0; in ipsec_alg_fix_min_max() local
4800 crypto_max = (size_t)-1; 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()
4863 crypto_max = ALGBITS_ROUND_DOWN(crypto_max, alg->alg_increment); in ipsec_alg_fix_min_max()
4868 (uint16_t)crypto_max); in ipsec_alg_fix_min_max()
4898 alg->alg_key_sizes[i] > crypto_max) in ipsec_alg_fix_min_max()