Searched refs:certificateChainRefs (Results 1 – 2 of 2) sorted by relevance
711 public long[] certificateChainRefs; field in NativeCryptoTest.TestSSLHandshakeCallbacks726 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()
1178 public void verifyCertificateChain(long sslSessionNativePtr, long[] certificateChainRefs, in verifyCertificateChain() argument