Searched defs:x509 (Results 1 – 4 of 4) sorted by relevance
23 pub(crate) mod x509; module
26 pub(crate) mod x509; module
933 let x509 = Cert::from_pem(pem.as_bytes()); in ut_x509_from_pem() localVariable938 let x509 = Cert::from_pem(cert); in ut_x509_from_pem() localVariable951 let x509 = Cert::from_der(der.as_bytes()); in ut_x509_from_der() localVariable964 let x509 = Cert::stack_from_pem(v); in ut_cert_stack_from_der() localVariable
313 let x509 = X509::from_pem(pem).unwrap(); in ut_x509_clone() localVariable