Searched defs:root_ca (Results 1 – 1 of 1) sorted by relevance
333 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_detached() localVariable334 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_detached() localVariable377 let root_ca = include_bytes!("../test/root-ca.pem"); in sign_verify_test_normal() localVariable378 let root_ca = X509::from_pem(root_ca).unwrap(); in sign_verify_test_normal() localVariable416 let root_ca = include_bytes!("../test/root-ca.pem"); in signers() localVariable417 let root_ca = X509::from_pem(root_ca).unwrap(); in signers() localVariable