Searched defs:cur_crypto_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4697 size_t cur_crypto_min, cur_crypto_max; local
4781 cur_crypto_max = mech_infos[i].mi_max_key_size * unit_bits;
4793 } else if (cur_crypto_max > crypto_max) {
4794 crypto_max = cur_crypto_max;

Completed in 58 milliseconds