Home
last modified time | relevance | path

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

/external/python/pyasn1-modules/pyasn1_modules/
Drfc5914.py52 class CertPathControls(univ.Sequence): class
55 CertPathControls.componentType = namedtype.NamedTypes(
93 namedtype.OptionalNamedType('certPath', CertPathControls()),
Drfc5934.py40 CertPathControls = rfc5914.CertPathControls variable
318 namedtype.OptionalNamedType('certPath', CertPathControls()),
/external/rust/crates/x509-cert/src/
Danchor.rs56 pub cert_path: Option<CertPathControls<'a>>,
77 pub struct CertPathControls<'a> { struct