Searched refs:ssl_parse_clienthello_tlsext (Results 1 – 4 of 4) sorted by relevance
/external/openssl/ssl/ |
D | ssl_locl.h | 1060 int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al);
|
D | t1_lib.c | 665 int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al) in ssl_parse_clienthello_tlsext() function
|
D | s3_srvr.c | 1095 if (!ssl_parse_clienthello_tlsext(s,&p,d,n, &al)) in ssl3_get_client_hello()
|
/external/openssl/patches/ |
D | npn.patch | 1184 @@ -982,6 +1019,28 @@ int ssl_parse_clienthello_tlsext(SSL *s, 1213 @@ -1005,6 +1064,26 @@ int ssl_parse_clienthello_tlsext(SSL *s,
|