Home
last modified time | relevance | path

Searched refs:certificateChainRefs (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java711 public long[] certificateChainRefs; field in NativeCryptoTest.TestSSLHandshakeCallbacks
726 this.certificateChainRefs = certChainRefs; in verifyCertificateChain()
1017 clientCallback.certificateChainRefs); in test_SSL_do_handshake_normal()
1057 clientCallback.certificateChainRefs); in test_SSL_do_handshake_optional_client_certificate()
1061 serverCallback.certificateChainRefs); in test_SSL_do_handshake_optional_client_certificate()
1238 clientCallback.certificateChainRefs); in test_SSL_do_handshake_with_channel_id_normal()
1271 clientCallback.certificateChainRefs); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
1304 clientCallback.certificateChainRefs); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1178 public void verifyCertificateChain(long sslSessionNativePtr, long[] certificateChainRefs, in verifyCertificateChain() argument