HomeSort by relevance Sort by last modified time
    Searched defs:TLS1_1_VERSION (Results 1 - 3 of 3) 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)
496 if ((key->aux.tls_ver=p[arg-4]<<8|p[arg-3]) >= TLS1_1_VERSION) {
  /external/openssl/include/openssl/
tls1.h 166 #define TLS1_1_VERSION 0x0302
    [all...]
  /external/openssl/ssl/
tls1.h 166 #define TLS1_1_VERSION 0x0302
    [all...]

Completed in 70 milliseconds