Searched refs:ssl_add_clienthello_renegotiate_ext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_reneg.c119 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, function
126 OPENSSL_PUT_ERROR(SSL, ssl_add_clienthello_renegotiate_ext, SSL_R_RENEGOTIATE_EXT_TOO_LONG);
H A Dssl_locl.h1109 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
H A Dt1_lib.c959 if(!ssl_add_clienthello_renegotiate_ext(s, 0, &el, 0))
970 if(!ssl_add_clienthello_renegotiate_ext(s, ret, &el, el))
/external/openssl/ssl/
H A Dt1_reneg.c116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, function
H A Dssl_locl.h1151 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
H A Dt1_lib.c407 if(!ssl_add_clienthello_renegotiate_ext(s, 0, &el, 0))
418 if(!ssl_add_clienthello_renegotiate_ext(s, ret, &el, el))
/external/openssl/crypto/
H A Dsymhacks.h179 #undef ssl_add_clienthello_renegotiate_ext macro
180 #define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext macro
/external/openssl/include/openssl/
H A Dsymhacks.h179 #undef ssl_add_clienthello_renegotiate_ext macro
180 #define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext macro

Completed in 5428 milliseconds