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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c1971 int cipher_bits; local
1975 s = macvalue(macid("{cipher_bits}"), e);
1979 if (s != NULL && (cipher_bits = atoi(s)) > 0)
1982 ext_ssf = cipher_bits;
1991 ext_ssf.ssf = cipher_bits;

Completed in 62 milliseconds