Searched refs:ssl_parse_serverhello_tlsext (Results 1 – 3 of 3) sorted by relevance
/external/openssl/ssl/ |
D | ssl_locl.h | 1055 int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al);
|
D | t1_lib.c | 1008 int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al) in ssl_parse_serverhello_tlsext() function
|
D | s3_clnt.c | 993 if (!ssl_parse_serverhello_tlsext(s,&p,d,n, &al)) in ssl3_get_server_hello()
|