Searched refs:ssl_add_clienthello_renegotiate_ext (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | t1_reneg.c | 119 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()
|
D | ssl_locl.h | 1109 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
|
D | t1_lib.c | 959 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/ |
D | symhacks.h | 179 #undef ssl_add_clienthello_renegotiate_ext 180 #define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext macro
|
/external/openssl/include/openssl/ |
D | symhacks.h | 179 #undef ssl_add_clienthello_renegotiate_ext 180 #define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext macro
|
/external/openssl/ssl/ |
D | t1_reneg.c | 116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, in ssl_add_clienthello_renegotiate_ext() function
|
D | t1_lib.c | 407 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()
|
D | ssl_locl.h | 1151 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
|
/external/openssl/patches/ |
D | 0007-tls12_digests.patch | 238 @@ -1142,7 +1140,7 @@ int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
|