Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dtls1.h167 # define TLS1_VERSION_MAJOR 0x03 macro
177 ((s->version >> 8) == TLS1_VERSION_MAJOR ? s->version : 0)
180 ((s->client_version >> 8) == TLS1_VERSION_MAJOR ? s->client_version : 0)