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

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_asn1.c 115 ASN1_OCTET_STRING tlsext_hostname; member in struct:ssl_session_asn1_st
218 if (in->tlsext_hostname)
220 a.tlsext_hostname.length=strlen(in->tlsext_hostname);
221 a.tlsext_hostname.type=V_ASN1_OCTET_STRING;
222 a.tlsext_hostname.data=(unsigned char *)in->tlsext_hostname;
301 if (in->tlsext_hostname)
302 M_ASN1_I2D_len_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING,6,v6);
336 if (in->tlsext_hostname)
    [all...]
  /external/openssl/ssl/
ssl_asn1.c 109 ASN1_OCTET_STRING tlsext_hostname; member in struct:ssl_session_asn1_st
243 if (in->tlsext_hostname)
245 a.tlsext_hostname.length=strlen(in->tlsext_hostname);
246 a.tlsext_hostname.type=V_ASN1_OCTET_STRING;
247 a.tlsext_hostname.data=(unsigned char *)in->tlsext_hostname;
319 if (in->tlsext_hostname)
320 M_ASN1_I2D_len_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING,6,v6);
363 if (in->tlsext_hostname)
    [all...]
ssl.h 533 char *tlsext_hostname; member in struct:ssl_session_st
1383 char *tlsext_hostname; member in struct:ssl_st
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 444 char *tlsext_hostname; member in struct:ssl_session_st
1378 char *tlsext_hostname; member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 533 char *tlsext_hostname; member in struct:ssl_session_st
1383 char *tlsext_hostname; member in struct:ssl_st
    [all...]

Completed in 49 milliseconds