Home
last modified time | relevance | path

Searched refs:ScopedSSL_CTX (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
Dssl_test.cc314 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestCipherRule()
347 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method())); in TestRuleDoesNotIncludeNull()
372 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method())); in TestCipherRules()
682 ScopedSSL_CTX ctx(SSL_CTX_new(method())); in TestDefaultVersion()
784 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in GetClientHelloLen()
865 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestClientCAList()
954 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestInternalSessionCache()
/external/boringssl/src/ssl/test/
Dscoped_types.h24 using ScopedSSL_CTX = ScopedOpenSSLType<SSL_CTX, SSL_CTX_free>; variable
Dbssl_shim.cc707 static ScopedSSL_CTX SetupCtx(const TestConfig *config) { in SetupCtx()
708 ScopedSSL_CTX ssl_ctx(SSL_CTX_new( in SetupCtx()
1516 ScopedSSL_CTX ssl_ctx = SetupCtx(&config); in main()
/external/boringssl/src/tool/
Dciphers.cc36 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Ciphers()
Dclient.cc147 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Client()