Searched refs:IS_TLS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c196 if (IS_TLS(ssl)) {
203 if (IS_TLS(ssl) || (spec->hmac_mech.cm_type != CRYPTO_MECH_INVALID &&
246 !IS_TLS(ssl));
379 if (IS_TLS(ssl)) {
780 if (IS_TLS(ssl))
1505 if (!IS_TLS(ssl)) {
1535 if (IS_TLS(ssl)) {
1644 if (IS_TLS(ssl))
1667 if (IS_TLS(ssl)) {
1679 if (IS_TLS(ss
[all...]
H A Dksslproto.h328 #define IS_TLS(s) (s->major_version == 3 && s->minor_version == 1) macro

Completed in 49 milliseconds