Home
last modified time | relevance | path

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/
Dbio.h430 #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/
Dbio.h430 #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/
Dbio.h427 #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/
Dbio.h427 #define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT 127 macro
546 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
/external/openssl/ssl/
Dbio_ssl.c335 case BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT: in ssl_ctrl()
/external/chromium_org/third_party/openssl/openssl/ssl/
Dbio_ssl.c343 case BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT: in ssl_ctrl()