Home
last modified time | relevance | path

Searched defs:cert_chain (Results 1 – 25 of 37) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.h148 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair()
177 const std::string& cert_chain() const { return cert_chain_; } in cert_chain() function
/external/webrtc/rtc_base/
Dopenssl_identity.cc48 std::unique_ptr<SSLCertChain> cert_chain) in OpenSSLIdentity()
157 const SSLCertChain& OpenSSLIdentity::cert_chain() const { in cert_chain() function in rtc::OpenSSLIdentity
Dboringssl_identity.cc46 std::unique_ptr<SSLCertChain> cert_chain) in BoringSSLIdentity()
172 const SSLCertChain& BoringSSLIdentity::cert_chain() const { in cert_chain() function in rtc::BoringSSLIdentity
Dfake_ssl_identity.cc102 const SSLCertChain& FakeSSLIdentity::cert_chain() const { in cert_chain() function in rtc::FakeSSLIdentity
/external/rust/crates/grpcio-sys/grpc/third_party/istio/security/proto/providers/google/
Dmeshca.proto41 repeated string cert_chain = 1; field
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dtls_client_connection.cc36 const std::vector<CRYPTO_BUFFER*>& cert_chain, EVP_PKEY* privkey) { in SetCertChain()
Dtls_server_connection.cc63 const std::vector<CRYPTO_BUFFER*>& cert_chain) { in SetCertChain()
/external/grpc-grpc/include/grpcpp/security/
Dserver_credentials.h68 grpc::string cert_chain; member
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dserver_credentials.h49 std::string cert_chain; member
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dserver_credentials.h49 std::string cert_chain; member
/external/cronet/net/cert/
Dtrial_comparison_cert_verifier_unittest.cc433 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
516 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
600 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
691 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
1481 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
2004 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
2076 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
2141 scoped_refptr<X509Certificate> cert_chain = CreateCertificateChainFromFile( in TEST_F() local
Dcert_verify_proc_ios.cc232 void GetCertChainInfo(CFArrayRef cert_chain, CertVerifyResult* verify_result) { in GetCertChainInfo()
/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc681 char* cert_chain = load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "client.pem"); in test_tsi_ssl_client_handshaker_factory_refcounting() local
722 const char* cert_chain = in test_tsi_ssl_server_handshaker_factory_refcounting() local
762 const char* cert_chain = "This is not a valid PEM file."; in test_tsi_ssl_client_handshaker_factory_bad_params() local
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.h84 const char* cert_chain; member
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.h93 const char* cert_chain; member
/external/grpc-grpc/include/grpc/
Dgrpc_security.h163 const char* cert_chain; member
/external/cronet/net/tools/cert_verify_tool/
Dcert_verify_comparision_tool.cc262 cert_verify_tool::CertChain cert_chain; in RunCert() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc337 const char* cert_chain) { in grpc_tls_identity_pairs_add_pair()
Dgrpc_tls_certificate_provider.cc338 std::string cert_chain(StringViewFromSlice(cert_slice.slice)); in ReadIdentityKeyCertPairFromFiles() local
/external/cronet/net/ssl/
Dclient_cert_store_mac.cc108 base::ScopedCFTypeRef<CFArrayRef> cert_chain; in IsIssuedByInKeychain() local
/external/openscreen/cast/sender/channel/
Dcast_auth_util.cc369 std::vector<std::string> cert_chain; in VerifyCredentialsImpl() local
/external/cronet/net/android/
Dnetwork_library.cc46 void VerifyX509CertChain(const std::vector<std::string>& cert_chain, in VerifyX509CertChain()
/external/boringssl/src/ssl/
Dssl_asn1.cc677 CBS cert_chain; in SSL_SESSION_parse() local
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc_security.h191 const char* cert_chain; member
/external/cronet/third_party/boringssl/src/ssl/
Dssl_asn1.cc677 CBS cert_chain; in SSL_SESSION_parse() local

12