Searched defs:SSL_get_secure_renegotiation_support (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_lib.cc1687 int SSL_get_secure_renegotiation_support(const SSL *ssl) { function
/external/boringssl/include/openssl/
H A Dssl.h1521 // SSL_get_secure_renegotiation_support returns one if the peer supports secure
1523 OPENSSL_EXPORT int SSL_get_secure_renegotiation_support(const SSL *ssl);
4369 #define SSL_get_secure_renegotiation_support \ macro
4370 SSL_get_secure_renegotiation_support
/external/boringssl/src/include/openssl/
H A Dssl.h1521 // SSL_get_secure_renegotiation_support returns one if the peer supports secure
1523 OPENSSL_EXPORT int SSL_get_secure_renegotiation_support(const SSL *ssl);
4369 #define SSL_get_secure_renegotiation_support \ macro
4370 SSL_get_secure_renegotiation_support

Completed in 137 milliseconds