Home
last modified time | relevance | path

Searched defs:root_ca (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/
Dpkcs7.rs399 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_detached() localVariable
400 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_detached() localVariable
447 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_normal() localVariable
448 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_normal() localVariable
490 let root_ca = include_bytes!("../test/root-ca.pem"); in signers() localVariable
491 let root_ca = X509::from_pem(root_ca).unwrap(); in signers() localVariable
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dssl_transport_security_utils_test.cc482 absl::StatusOr<Slice> root_ca = LoadFile(kCrlIssuer, false); in SetUp() local