Home
last modified time | relevance | path

Searched defs:sHooks (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java1020 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()); in test_SSL_do_handshake_normal() local
1052 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) { in test_SSL_do_handshake_optional_client_certificate() local
1096 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) { in test_SSL_do_handshake_missing_required_certificate() local
1154 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) { in test_SSL_do_handshake_clientCertificateRequested_throws_after_renegotiate() local
1191 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()); in test_SSL_do_handshake_client_timeout() local
1216 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()); in test_SSL_do_handshake_server_timeout() local
1239 ServerHooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()); in test_SSL_do_handshake_with_channel_id_normal() local
1272 ServerHooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()); in test_SSL_do_handshake_with_channel_id_not_supported_by_server() local
1305 ServerHooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client() local
1333 ServerHooks sHooks = new ServerHooks(); in test_SSL_do_handshake_with_psk_normal() local
[all …]