Home
last modified time | relevance | path

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

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