Home
last modified time | relevance | path

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

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