Searched refs:BIO_C_SET_SSL_RENEGOTIATE_BYTES (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bio.h | 428 #define BIO_C_SET_SSL_RENEGOTIATE_BYTES 125 macro 545 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 428 #define BIO_C_SET_SSL_RENEGOTIATE_BYTES 125 macro 545 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
|
/external/openssl/crypto/bio/ |
D | bio.h | 425 #define BIO_C_SET_SSL_RENEGOTIATE_BYTES 125 macro 542 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
|
/external/openssl/include/openssl/ |
D | bio.h | 425 #define BIO_C_SET_SSL_RENEGOTIATE_BYTES 125 macro 542 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
|
/external/openssl/ssl/ |
D | bio_ssl.c | 341 case BIO_C_SET_SSL_RENEGOTIATE_BYTES: in ssl_ctrl()
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | bio_ssl.c | 349 case BIO_C_SET_SSL_RENEGOTIATE_BYTES: in ssl_ctrl()
|