Searched refs:BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bio.h | 430 #define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT 127 macro 549 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 430 #define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT 127 macro 549 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
|
/external/openssl/crypto/bio/ |
D | bio.h | 427 #define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT 127 macro 546 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
|
/external/openssl/include/openssl/ |
D | bio.h | 427 #define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT 127 macro 546 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
|
/external/openssl/ssl/ |
D | bio_ssl.c | 335 case BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT: in ssl_ctrl()
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | bio_ssl.c | 343 case BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT: in ssl_ctrl()
|