Home
last modified time | relevance | path

Searched defs:root_cert (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/openscreen/cast/receiver/channel/
H A Dstatic_credentials.cc34 X509* root_cert) { in GenerateCredentials()
153 bssl::UniquePtr<X509> root_cert = GenerateRootCert(*root_key); in GenerateDeveloperCredentialsToFile() local
176 bssl::UniquePtr<X509> root_cert = GenerateRootCert(*root_key); in GenerateCredentialsForTesting() local
204 bssl::UniquePtr<X509> root_cert = bssl::UniquePtr<X509>(PEM_read_X509( in GenerateCredentials() local
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dssl_credentials_test.cc51 std::string root_cert = grpc_core::testing::GetFileContents(kCaCertPath); in RunServer() local
127 std::string root_cert = grpc_core::testing::GetFileContents(kCaCertPath); in TEST_F() local
153 std::string root_cert = grpc_core::testing::GetFileContents(kCaCertPath); in TEST_F() local
186 std::string root_cert = grpc_core::testing::GetFileContents(kCaCertPath); in TEST_F() local
H A Dcrl_provider_test.cc168 std::string root_cert = grpc_core::testing::GetFileContents(kRootPath); in TEST_F() local
210 std::string root_cert = grpc_core::testing::GetFileContents(kRootPath); in TEST_F() local
251 std::string root_cert = grpc_core::testing::GetFileContents(kRootPath); in TEST_F() local
H A Dtls_credentials_test.cc69 std::string root_cert = grpc_core::testing::GetFileContents(kCaCertPath); in RunServer() local
H A Dgrpc_authz_end2end_test.cc63 std::string root_cert = grpc_core::testing::GetFileContents(kCaCertPath); in GrpcAuthzEnd2EndTest() local
/aosp_15_r20/external/cronet/net/cert/
H A Dtest_root_certs_unittest.cc81 scoped_refptr<X509Certificate> root_cert = in TEST_P() local
124 scoped_refptr<X509Certificate> root_cert = in TEST_P() local
239 scoped_refptr<X509Certificate> root_cert = in TEST_P() local
H A Dcert_verifier_unittest.cc26 const scoped_refptr<X509Certificate> root_cert = in TEST() local
H A Dcert_verify_proc_builtin_unittest.cc580 std::shared_ptr<const bssl::ParsedCertificate> root_cert = in TEST_F() local
616 std::shared_ptr<const bssl::ParsedCertificate> root_cert = in TEST_F() local
646 std::shared_ptr<const bssl::ParsedCertificate> root_cert = in TEST_F() local
685 std::shared_ptr<const bssl::ParsedCertificate> root_cert = in TEST_F() local
H A Dcert_verify_proc_unittest.cc643 scoped_refptr<X509Certificate> root_cert = root->GetX509Certificate(); in TEST_P() local
926 scoped_refptr<X509Certificate> root_cert = root_builder->GetX509Certificate(); in TEST_P() local
1901 scoped_refptr<X509Certificate> root_cert = root->GetX509Certificate(); in TEST_P() local
3189 auto root_cert = root->GetX509Certificate(); in TEST_P() local
5653 scoped_refptr<X509Certificate> root_cert = in TEST_P() local
H A Dcert_verify_proc_builtin.cc502 const std::shared_ptr<const bssl::ParsedCertificate> root_cert = in CheckExtraConstraints() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/security/
Dcredentials.rs142 pub fn root_cert<S: Into<Vec<u8>>>( in root_cert() method
171 let root_cert = self in build_config() localVariable
253 pub fn root_cert(mut self, cert: Vec<u8>) -> ChannelCredentialsBuilder { in root_cert() method
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dssl_transport_security_test.cc93 char* root_cert; member
684 std::string root_cert(ssl_fixture->key_cert_lib->root_cert); in ssl_tsi_test_do_handshake_with_large_server_handshake_messages() local
1083 char* root_cert = load_file(SSL_TSI_TEST_CREDENTIALS_DIR "ca.pem"); in ssl_tsi_test_duplicate_root_certificates() local
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/
H A Dh2_tls_common.h86 std::string root_cert = in TlsFixture() local
/aosp_15_r20/external/openscreen/cast/test/
H A Dmake_crl_tests.cc120 bssl::UniquePtr<X509> root_cert{d2i_X509(nullptr, &data, root_der.size())}; in CastMain() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc297 std::string root_cert(StringViewFromSlice(root_slice)); in ReadRootCertificatesFromFile() local
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test_lib.cc240 std::string root_cert = grpc_core::testing::GetFileContents(kCaCertPath); in Credentials() local
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_crypto.c1892 X509 *root_cert = NULL; in ifapi_verify_ek_cert() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc926 X509* root_cert = sk_X509_value(chain, chain_length - 1); in RootCertExtractCallback() local
/aosp_15_r20/external/grpc-grpc/src/core/tsi/
H A Dssl_transport_security.cc935 X509* root_cert = sk_X509_value(chain, chain_length - 1); in RootCertExtractCallback() local
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_unittest.cc623 scoped_refptr<X509Certificate> root_cert = in GetTestRootCertSPKIHash() local
10466 scoped_refptr<X509Certificate> root_cert = in SetUp() local
10682 scoped_refptr<X509Certificate> root_cert = in TEST_F() local
11071 scoped_refptr<X509Certificate> root_cert = in TEST_P() local
/aosp_15_r20/external/cronet/net/socket/
H A Dssl_client_socket_unittest.cc2570 scoped_refptr<X509Certificate> root_cert = ImportCertFromFile( in TEST_P() local