HomeSort by relevance Sort by last modified time
    Searched refs:TLS1_VERSION_MINOR (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
s23_clnt.c 326 version_minor = TLS1_VERSION_MINOR;
493 else if ((p[2] == TLS1_VERSION_MINOR) &&
  /external/openssl/ssl/
s23_srvr.c 293 if (p[4] >= TLS1_VERSION_MINOR)
369 if (v[1] >= TLS1_VERSION_MINOR)
s23_clnt.c 399 version_minor = TLS1_VERSION_MINOR;
720 if ((p[2] == TLS1_VERSION_MINOR) &&
tls1.h 168 #define TLS1_VERSION_MINOR 0x01
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
tls1.h 173 #define TLS1_VERSION_MINOR 0x01
    [all...]
  /external/openssl/include/openssl/
tls1.h 168 #define TLS1_VERSION_MINOR 0x01
    [all...]

Completed in 176 milliseconds