Home
last modified time | relevance | path

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

123

/external/grpc-grpc/src/core/lib/security/security_connector/
Dssl_utils.h151 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair()
180 const std::string& cert_chain() const { return cert_chain_; } in cert_chain() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.h147 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair()
176 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/grpc-grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_match.cc34 absl::string_view private_key, absl::string_view cert_chain) { in PrivateKeyAndCertificateMatch()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dtls_client_connection.cc39 const std::vector<CRYPTO_BUFFER*>& cert_chain, EVP_PKEY* privkey) { in SetCertChain()
Dtls_server_connection.cc77 const std::vector<CRYPTO_BUFFER*>& cert_chain) { in SetCertChain()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dtls_client_connection.cc39 const std::vector<CRYPTO_BUFFER*>& cert_chain, EVP_PKEY* privkey) { in SetCertChain()
Dtls_server_connection.cc77 const std::vector<CRYPTO_BUFFER*>& cert_chain) { in SetCertChain()
/external/grpc-grpc/include/grpcpp/security/
Dserver_credentials.h50 std::string cert_chain; member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dserver_credentials.h50 std::string cert_chain; member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dserver_credentials.h50 std::string cert_chain; member
/external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1/src/main/proto/google/cloud/confidentialcomputing/v1/
Dservice.proto175 repeated bytes cert_chain = 5; field
/external/googleapis/google/cloud/confidentialcomputing/v1alpha1/
Dservice.proto183 repeated bytes cert_chain = 5; field
/external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1alpha1/src/main/proto/google/cloud/confidentialcomputing/v1alpha1/
Dservice.proto183 repeated bytes cert_chain = 5; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc363 std::string cert_chain(StringViewFromSlice(cert_slice.slice)); in ReadIdentityKeyCertPairFromFiles() local
398 absl::string_view private_key, absl::string_view cert_chain) { in PrivateKeyAndCertificateMatch()
/external/grpc-grpc/src/php/tests/generated_code/
Dmath_server.js128 cert_chain: pem_data}])); property
/external/googleapis/google/cloud/confidentialcomputing/v1/
Dservice.proto235 repeated bytes cert_chain = 5; field
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
Dgrpc_service.proto48 DataSource cert_chain = 3; field
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
Dgrpc_service.proto71 DataSource cert_chain = 3; field
/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc972 char* cert_chain = load_file(SSL_TSI_TEST_CREDENTIALS_DIR "client.pem"); in test_tsi_ssl_client_handshaker_factory_refcounting() local
1019 const char* cert_chain = in test_tsi_ssl_server_handshaker_factory_refcounting() local
1063 const char* cert_chain = "This is not a valid PEM file."; in test_tsi_ssl_client_handshaker_factory_bad_params() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.h111 const char* cert_chain; member
/external/cronet/stable/net/cert/
Dcert_verify_proc_ios.cc234 void GetCertChainInfo(CFArrayRef cert_chain, CertVerifyResult* verify_result) { in GetCertChainInfo()
/external/cronet/tot/net/cert/
Dcert_verify_proc_ios.cc234 void GetCertChainInfo(CFArrayRef cert_chain, CertVerifyResult* verify_result) { in GetCertChainInfo()

123