HomeSort by relevance Sort by last modified time
    Searched defs:TLS1_1_VERSION (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 73 #define TLS1_1_VERSION 0x0302
203 else if (key->aux.tls_ver >= TLS1_1_VERSION)
265 >= TLS1_1_VERSION)
497 if ((key->aux.tls_ver=p[arg-4]<<8|p[arg-3]) >= TLS1_1_VERSION) {
  /external/chromium_org/third_party/boringssl/src/include/openssl/
tls1.h 167 #define TLS1_1_VERSION 0x0302
    [all...]
  /external/openssl/include/openssl/
tls1.h 163 #define TLS1_1_VERSION 0x0302
    [all...]
  /external/openssl/ssl/
tls1.h 163 #define TLS1_1_VERSION 0x0302
    [all...]

Completed in 237 milliseconds