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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_reneg.c150 int ssl_parse_clienthello_renegotiate_ext(SSL *s, CBS *cbs, int *out_alert) function
157 OPENSSL_PUT_ERROR(SSL, ssl_parse_clienthello_renegotiate_ext, SSL_R_RENEGOTIATION_ENCODING_ERR);
167 OPENSSL_PUT_ERROR(SSL, ssl_parse_clienthello_renegotiate_ext, SSL_R_RENEGOTIATION_MISMATCH);
H A Dssl_locl.h1111 int ssl_parse_clienthello_renegotiate_ext(SSL *s, CBS *cbs, int *out_alert);
H A Dt1_lib.c1662 if (!ssl_parse_clienthello_renegotiate_ext(s, &extension, out_alert))
/external/openssl/ssl/
H A Dt1_reneg.c147 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, function
H A Dssl_locl.h1153 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
H A Dt1_lib.c1403 if(!ssl_parse_clienthello_renegotiate_ext(s, data, size, al))
/external/openssl/crypto/
H A Dsymhacks.h183 #undef ssl_parse_clienthello_renegotiate_ext macro
184 #define ssl_parse_clienthello_renegotiate_ext ssl_parse_clienthello_reneg_ext macro
/external/openssl/include/openssl/
H A Dsymhacks.h183 #undef ssl_parse_clienthello_renegotiate_ext macro
184 #define ssl_parse_clienthello_renegotiate_ext ssl_parse_clienthello_reneg_ext macro

Completed in 225 milliseconds