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