/external/rust/android-crates-io/crates/x509-cert/src/ |
D | name.rs | 26 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/ |
D | name.rs | 8 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/ |
D | parse_name.h | 113 typedef std::vector<X509NameAttribute> RelativeDistinguishedName; typedef 114 typedef std::vector<RelativeDistinguishedName> RDNSequence; 139 RelativeDistinguishedName *out);
|
D | parse_name.cc | 149 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()
|
D | verify_name_match.cc | 201 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/ |
D | parse_name.h | 113 typedef std::vector<X509NameAttribute> RelativeDistinguishedName; typedef 114 typedef std::vector<RelativeDistinguishedName> RDNSequence; 139 RelativeDistinguishedName *out);
|
D | parse_name.cc | 149 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()
|
D | verify_name_match.cc | 201 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/ |
D | dp.rs | 2 use crate::name::RelativeDistinguishedName; 23 NameRelativeToCRLIssuer(RelativeDistinguishedName),
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc2986.py | 34 RelativeDistinguishedName = rfc5280.RelativeDistinguishedName variable
|
D | rfc5280.py | 325 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(
|
D | rfc3280.py | 217 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(
|
D | rfc2459.py | 1033 class RelativeDistinguishedName(univ.SetOf): class 1038 componentType = RelativeDistinguishedName() 1113 namedtype.NamedType('nameRelativeToCRLIssuer', RelativeDistinguishedName().subtype(
|
/external/cronet/stable/net/cert/ |
D | x509_cert_types.cc | 38 for (const bssl::RelativeDistinguishedName& rdn : rdns) { in ParseDistinguishedName()
|
/external/cronet/tot/net/cert/ |
D | x509_cert_types.cc | 38 for (const bssl::RelativeDistinguishedName& rdn : rdns) { in ParseDistinguishedName()
|
/external/rust/android-crates-io/crates/x509-cert/ |
D | CHANGELOG.md | 44 - Added `TryFrom` for `RelativeDistinguishedName` ([#1092]) 101 - `FromStr` impls for `RdnSequence` (`Name`), `RelativeDistinguishedName`, and
|
/external/python/asn1crypto/asn1crypto/ |
D | x509.py | 845 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/ |
D | README | 82 RelativeDistinguishedName, rather than one AVA per RDN as normally seen.
|
/external/cronet/tot/net/data/ssl/certificates/ |
D | README | 82 RelativeDistinguishedName, rather than one AVA per RDN as normally seen.
|
/external/openthread/third_party/mbedtls/repo/ |
D | ChangeLog | 4757 RelativeDistinguishedName are not accepted any more. 5222 RelativeDistinguishedName are not accepted any more.
|
/external/mbedtls/ |
D | ChangeLog | 4497 RelativeDistinguishedName are not accepted any more. 4962 RelativeDistinguishedName are not accepted any more.
|