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.java721 public long[] certificateChainRefs; field in NativeCryptoTest.TestSSLHandshakeCallbacks
736 this.certificateChainRefs = certChainRefs; in verifyCertificateChain()
1027 clientCallback.certificateChainRefs); in test_SSL_do_handshake_normal()
1067 clientCallback.certificateChainRefs); in test_SSL_do_handshake_optional_client_certificate()
1071 serverCallback.certificateChainRefs); in test_SSL_do_handshake_optional_client_certificate()
1248 clientCallback.certificateChainRefs); in test_SSL_do_handshake_with_channel_id_normal()
1281 clientCallback.certificateChainRefs); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
1314 clientCallback.certificateChainRefs); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1226 public void verifyCertificateChain(long sslSessionNativePtr, long[] certificateChainRefs, in verifyCertificateChain() argument