Home
last modified time | relevance | path

Searched refs:ssl_add_clienthello_renegotiate_ext (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_reneg.c119 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, in ssl_add_clienthello_renegotiate_ext() function
126 … OPENSSL_PUT_ERROR(SSL, ssl_add_clienthello_renegotiate_ext, SSL_R_RENEGOTIATE_EXT_TOO_LONG); in ssl_add_clienthello_renegotiate_ext()
Dssl_locl.h1109 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
Dt1_lib.c959 if(!ssl_add_clienthello_renegotiate_ext(s, 0, &el, 0)) in ssl_add_clienthello_tlsext()
970 if(!ssl_add_clienthello_renegotiate_ext(s, ret, &el, el)) in ssl_add_clienthello_tlsext()
/external/openssl/crypto/
Dsymhacks.h179 #undef ssl_add_clienthello_renegotiate_ext
180 #define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext macro
/external/openssl/include/openssl/
Dsymhacks.h179 #undef ssl_add_clienthello_renegotiate_ext
180 #define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext macro
/external/openssl/ssl/
Dt1_reneg.c116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, in ssl_add_clienthello_renegotiate_ext() function
Dt1_lib.c407 if(!ssl_add_clienthello_renegotiate_ext(s, 0, &el, 0)) in ssl_add_clienthello_tlsext()
418 if(!ssl_add_clienthello_renegotiate_ext(s, ret, &el, el)) in ssl_add_clienthello_tlsext()
Dssl_locl.h1151 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
/external/openssl/patches/
D0007-tls12_digests.patch238 @@ -1142,7 +1140,7 @@ int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,