Home
last modified time | relevance | path

Searched refs:with_deep_parse_extensions (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/x509-parser/src/
Dcertificate.rs244 pub const fn with_deep_parse_extensions(self, deep_parse_extensions: bool) -> Self { in with_deep_parse_extensions() method
256 TbsCertificateParser::new().with_deep_parse_extensions(self.deep_parse_extensions); in parse()
521 pub const fn with_deep_parse_extensions(self, deep_parse_extensions: bool) -> Self { in with_deep_parse_extensions() method
Dextensions.rs134 pub const fn with_deep_parse_extensions(self, deep_parse_extensions: bool) -> Self { in with_deep_parse_extensions() method
1461 let parser = X509ExtensionParser::new().with_deep_parse_extensions(false); in parse_extension_envelope_sequence()
/external/rust/crates/x509-parser/tests/
Dreadcert.rs351 let mut parser = X509CertificateParser::new().with_deep_parse_extensions(false); in test_x509_parser_no_ext()