Searched refs:ssl_parse_clienthello_renegotiate_ext (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | t1_reneg.c | 150 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()
|
D | ssl_locl.h | 1111 int ssl_parse_clienthello_renegotiate_ext(SSL *s, CBS *cbs, int *out_alert);
|
D | t1_lib.c | 1662 if (!ssl_parse_clienthello_renegotiate_ext(s, &extension, out_alert)) in ssl_scan_clienthello_tlsext()
|
/external/openssl/crypto/ |
D | symhacks.h | 183 #undef ssl_parse_clienthello_renegotiate_ext 184 #define ssl_parse_clienthello_renegotiate_ext ssl_parse_clienthello_reneg_ext macro
|
/external/openssl/include/openssl/ |
D | symhacks.h | 183 #undef ssl_parse_clienthello_renegotiate_ext 184 #define ssl_parse_clienthello_renegotiate_ext ssl_parse_clienthello_reneg_ext macro
|
/external/openssl/ssl/ |
D | t1_reneg.c | 147 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, in ssl_parse_clienthello_renegotiate_ext() function
|
D | ssl_locl.h | 1153 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
|
D | t1_lib.c | 1403 if(!ssl_parse_clienthello_renegotiate_ext(s, data, size, al)) in ssl_parse_clienthello_tlsext()
|
/external/openssl/patches/ |
D | 0007-tls12_digests.patch | 239 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
|