Home
last modified time | relevance | path

Searched refs:RelativeDistinguishedName (Results 1 – 21 of 21) sorted by relevance

/external/rust/android-crates-io/crates/x509-cert/src/
Dname.rs26 pub struct RdnSequence(pub Vec<RelativeDistinguishedName>);
51 .map(RelativeDistinguishedName::from_str) in from_str()
75 impl_newtype!(RdnSequence, Vec<RelativeDistinguishedName>);
141 pub struct RelativeDistinguishedName(pub SetOfVec<AttributeTypeAndValue>); struct
143 impl RelativeDistinguishedName { implementation
159 impl FromStr for RelativeDistinguishedName { implementation
171 impl TryFrom<Vec<AttributeTypeAndValue>> for RelativeDistinguishedName { implementation
174 fn try_from(vec: Vec<AttributeTypeAndValue>) -> der::Result<RelativeDistinguishedName> { in try_from() argument
175 Ok(RelativeDistinguishedName(SetOfVec::try_from(vec)?)) in try_from()
182 impl fmt::Display for RelativeDistinguishedName { implementation
[all …]
/external/rust/android-crates-io/crates/x509-cert/tests/
Dname.rs8 use x509_cert::name::{Name, RdnSequence, RelativeDistinguishedName};
101 RelativeDistinguishedName::from_der(&hex!("310B3009060355040613025553")[..]).unwrap(); in decode_rdn()
124 let rdn2a = RelativeDistinguishedName::from_der( in decode_rdn()
145 let mut from_scratch = RelativeDistinguishedName::default(); in decode_rdn()
154 let mut from_scratch2 = RelativeDistinguishedName::default(); in decode_rdn()
160 assert!(RelativeDistinguishedName::from_der( in decode_rdn()
341 brdns.0.push(RelativeDistinguishedName::from(sofv)); in rdns_serde()
/external/cronet/stable/third_party/boringssl/src/pki/
Dparse_name.h113 typedef std::vector<X509NameAttribute> RelativeDistinguishedName; typedef
114 typedef std::vector<RelativeDistinguishedName> RDNSequence;
139 RelativeDistinguishedName *out);
Dparse_name.cc149 bool ReadRdn(der::Parser *parser, RelativeDistinguishedName *out) { in ReadRdn()
198 RelativeDistinguishedName type_and_values; in ParseNameValue()
212 RelativeDistinguishedName rdn = rdn_sequence[size - i - 1]; in ConvertToRFC2253()
Dverify_name_match.cc201 RelativeDistinguishedName a_type_and_values, b_type_and_values; in VerifyRdnMatch()
330 RelativeDistinguishedName type_and_values; in NormalizeName()
419 RelativeDistinguishedName type_and_values; in FindEmailAddressesInName()
/external/cronet/tot/third_party/boringssl/src/pki/
Dparse_name.h113 typedef std::vector<X509NameAttribute> RelativeDistinguishedName; typedef
114 typedef std::vector<RelativeDistinguishedName> RDNSequence;
139 RelativeDistinguishedName *out);
Dparse_name.cc149 bool ReadRdn(der::Parser *parser, RelativeDistinguishedName *out) { in ReadRdn()
198 RelativeDistinguishedName type_and_values; in ParseNameValue()
212 RelativeDistinguishedName rdn = rdn_sequence[size - i - 1]; in ConvertToRFC2253()
Dverify_name_match.cc201 RelativeDistinguishedName a_type_and_values, b_type_and_values; in VerifyRdnMatch()
330 RelativeDistinguishedName type_and_values; in NormalizeName()
419 RelativeDistinguishedName type_and_values; in FindEmailAddressesInName()
/external/rust/android-crates-io/crates/x509-cert/src/ext/pkix/name/
Ddp.rs2 use crate::name::RelativeDistinguishedName;
23 NameRelativeToCRLIssuer(RelativeDistinguishedName),
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2986.py34 RelativeDistinguishedName = rfc5280.RelativeDistinguishedName variable
Drfc5280.py325 class RelativeDistinguishedName(univ.SetOf): class
329 RelativeDistinguishedName.componentType = AttributeTypeAndValue()
330 RelativeDistinguishedName.sizeSpec = constraint.ValueSizeConstraint(1, MAX)
337 RDNSequence.componentType = RelativeDistinguishedName()
1172 namedtype.NamedType('nameRelativeToCRLIssuer', RelativeDistinguishedName().subtype(
Drfc3280.py217 class RelativeDistinguishedName(univ.SetOf): class
221 RelativeDistinguishedName.componentType = AttributeTypeAndValue()
222 RelativeDistinguishedName.sizeSpec = constraint.ValueSizeConstraint(1, MAX)
229 RDNSequence.componentType = RelativeDistinguishedName()
1155 namedtype.NamedType('nameRelativeToCRLIssuer', RelativeDistinguishedName().subtype(
Drfc2459.py1033 class RelativeDistinguishedName(univ.SetOf): class
1038 componentType = RelativeDistinguishedName()
1113 namedtype.NamedType('nameRelativeToCRLIssuer', RelativeDistinguishedName().subtype(
/external/cronet/stable/net/cert/
Dx509_cert_types.cc38 for (const bssl::RelativeDistinguishedName& rdn : rdns) { in ParseDistinguishedName()
/external/cronet/tot/net/cert/
Dx509_cert_types.cc38 for (const bssl::RelativeDistinguishedName& rdn : rdns) { in ParseDistinguishedName()
/external/rust/android-crates-io/crates/x509-cert/
DCHANGELOG.md44 - Added `TryFrom` for `RelativeDistinguishedName` ([#1092])
101 - `FromStr` impls for `RdnSequence` (`Name`), `RelativeDistinguishedName`, and
/external/python/asn1crypto/asn1crypto/
Dx509.py845 class RelativeDistinguishedName(SetOf): class
878 if not isinstance(other, RelativeDistinguishedName):
931 _child_spec = RelativeDistinguishedName
1033 rdns.append(RelativeDistinguishedName([
1500 ('name_relative_to_crl_issuer', RelativeDistinguishedName, {'implicit': 1}),
/external/cronet/stable/net/data/ssl/certificates/
DREADME82 RelativeDistinguishedName, rather than one AVA per RDN as normally seen.
/external/cronet/tot/net/data/ssl/certificates/
DREADME82 RelativeDistinguishedName, rather than one AVA per RDN as normally seen.
/external/openthread/third_party/mbedtls/repo/
DChangeLog4757 RelativeDistinguishedName are not accepted any more.
5222 RelativeDistinguishedName are not accepted any more.
/external/mbedtls/
DChangeLog4497 RelativeDistinguishedName are not accepted any more.
4962 RelativeDistinguishedName are not accepted any more.