Home
last modified time | relevance | path

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

/external/openssl/patches/
D0008-alpn.patch468 int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al)
471 @@ -988,6 +1085,12 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d,…
484 @@ -1420,7 +1523,8 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d,…
494 @@ -1444,6 +1548,16 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d…
D0007-tls12_digests.patch251 @@ -897,6 +897,13 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, …
265 @@ -1198,11 +1205,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d…
D0004-channelid.patch1337 @@ -1442,6 +1468,16 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d…
/external/chromium_org/third_party/boringssl/src/ssl/
Dssl_locl.h1065 int ssl_parse_clienthello_tlsext(SSL *s, CBS *cbs);
Dt1_lib.c1796 int ssl_parse_clienthello_tlsext(SSL *s, CBS *cbs) in ssl_parse_clienthello_tlsext() function
1807 OPENSSL_PUT_ERROR(SSL, ssl_parse_clienthello_tlsext, SSL_R_CLIENTHELLO_TLSEXT); in ssl_parse_clienthello_tlsext()
Ds3_srvr.c1012 if (!ssl_parse_clienthello_tlsext(s, &client_hello)) in ssl3_get_client_hello()
/external/openssl/ssl/
Dssl_locl.h1112 int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al);
Dt1_lib.c1099 int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al) in ssl_parse_clienthello_tlsext() function
Ds3_srvr.c1223 if (!ssl_parse_clienthello_tlsext(s,&p,d,n, &al)) in ssl3_get_client_hello()