Searched refs:ssl_add_clienthello_tlsext (Results 1 – 5 of 5) sorted by relevance
/external/openssl/ssl/ |
D | s23_clnt.c | 526 if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) in ssl23_client_hello()
|
D | ssl_locl.h | 1086 unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit);
|
D | d1_clnt.c | 877 if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) in dtls1_client_hello()
|
D | t1_lib.c | 363 unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) in ssl_add_clienthello_tlsext() function
|
D | s3_clnt.c | 849 if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) in ssl3_client_hello()
|