Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/
Dpkcs7.rs333 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_detached() localVariable
334 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_detached() localVariable
377 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_normal() localVariable
378 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_normal() localVariable
416 let root_ca = include_bytes!("../test/root-ca.pem"); in signers() localVariable
417 let root_ca = X509::from_pem(root_ca).unwrap(); in signers() localVariable