Home
last modified time | relevance | path

Searched refs:ssl_add_clienthello_tlsext (Results 1 – 5 of 5) sorted by relevance

/external/openssl/ssl/
Ds23_clnt.c468 if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) in ssl23_client_hello()
Dssl_locl.h1052 unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit);
Dt1_lib.c273 unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) in ssl_add_clienthello_tlsext() function
Dd1_clnt.c701 if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) in dtls1_client_hello()
Ds3_clnt.c752 if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) in ssl3_client_hello()