| /external/rust/crates/oid-registry/out/ |
| D | oid_db.rs | 2 pub const OID_KDF_SHA1_SINGLE: Oid<'static> = oid!(1.3.133.16.840.63.0.2); 4 pub const SPC_INDIRECT_DATA_OBJID: Oid<'static> = oid!(1.3.6.1.4.1.311.2.1.4); 6 pub const SPC_STATEMENT_TYPE_OBJID: Oid<'static> = oid!(1.3.6.1.4.1.311.2.1.11); 8 pub const SPC_SP_OPUS_INFO_OBJID: Oid<'static> = oid!(1.3.6.1.4.1.311.2.1.12); 10 pub const SPC_PE_IMAGE_DATA: Oid<'static> = oid!(1.3.6.1.4.1.311.2.1.15); 12 pub const SPC_INDIVIDUAL_SP_KEY_PURPOSE_OBJID : Oid<'static> = oid!(1.3.6.1.4.1.311.2.1.21); 14 pub const MS_CTL: Oid<'static> = oid!(1.3.6.1.4.1.311.10.1); 16 pub const OID_NIST_EC_P384: Oid<'static> = oid!(1.3.132.0.34); 18 pub const OID_NIST_EC_P521: Oid<'static> = oid!(1.3.132.0.35); 20 pub const OID_HASH_SHA1: Oid<'static> = oid!(1.3.14.3.2.26); [all …]
|
| /external/rust/crates/der-parser/src/ |
| D | oid.rs | 1 //! Object ID (OID) representations. 3 //! The parser does not copy oids when parsing. The [Oid struct](struct.Oid.html) 4 //! only has a reference to the DER encoded form of the oid. 6 //! # The `der_parser::oid!` macro 9 //! procedural macro `oid!`. The macro can be used the following ways: 11 //! - `oid!(1.4.42.23)`: Create a const expression for the corresponding `Oid<'static>` 12 //! - `oid!(rel 42.23)`: Create a const expression for the corresponding relative `Oid<'static>` 13 //! - `oid!(raw 1.4.42.23)`/`oid!(raw rel 42.23)`: Obtain the DER encoded form as a byte array. 17 //! Comparing a parsed oid to a static oid is probably the most common 18 //! thing done with oids in your code. The `oid!` macro can be used in expression positions for [all …]
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_oid.data | 1 OID get Any Policy certificate policy 4 OID get certificate policy invalid oid 7 OID get certificate policy wrong oid - id-ce-authorityKeyIdentifier 10 OID get Ext Key Usage - id-kp-serverAuth 13 OID get Ext Key Usage - id-kp-clientAuth 16 OID get Ext Key Usage - id-kp-codeSigning 19 OID get Ext Key Usage - id-kp-emailProtection 22 OID get Ext Key Usage - id-kp-timeStamping 25 OID get Ext Key Usage - id-kp-OCSPSigning 28 OID get Ext Key Usage - id-kp-wisun-fan-device [all …]
|
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_oid.data | 1 OID get Any Policy certificate policy 4 OID get certificate policy invalid oid 7 OID get certificate policy wrong oid - id-ce-authorityKeyIdentifier 10 OID get Ext Key Usage - id-kp-serverAuth 13 OID get Ext Key Usage - id-kp-clientAuth 16 OID get Ext Key Usage - id-kp-codeSigning 19 OID get Ext Key Usage - id-kp-emailProtection 22 OID get Ext Key Usage - id-kp-timeStamping 25 OID get Ext Key Usage - id-kp-OCSPSigning 28 OID get Ext Key Usage - id-kp-wisun-fan-device [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
| D | X9ObjectIdentifiers.java | 15 /** Base OID: 1.2.840.10045 */ 18 /** OID: 1.2.840.10045.1 */ 21 /** OID: 1.2.840.10045.1.1 */ 24 /** OID: 1.2.840.10045.1.2 */ 27 /** OID: 1.2.840.10045.1.2.3.1 */ 30 /** OID: 1.2.840.10045.1.2.3.2 */ 33 /** OID: 1.2.840.10045.1.2.3.3 */ 36 /** OID: 1.2.840.10045.4 */ 39 /** OID: 1.2.840.10045.4.1 */ 42 /** OID: 1.2.840.10045.2 */ [all …]
|
| D | ECNamedCurveTable.java | 81 ASN1ObjectIdentifier oid = X962NamedCurves.getOID(name); in getOID() local 83 if (oid == null) in getOID() 85 oid = SECNamedCurves.getOID(name); in getOID() 88 if (oid == null) in getOID() 90 oid = NISTNamedCurves.getOID(name); in getOID() 95 if (oid == null) in getOID() 97 oid = TeleTrusTNamedCurves.getOID(name); in getOID() 100 if (oid == null) in getOID() 102 oid = ANSSINamedCurves.getOID(name); in getOID() 105 if (oid == null) in getOID() [all …]
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/ |
| D | X9ObjectIdentifiers.java | 17 /** Base OID: 1.2.840.10045 */ 20 /** OID: 1.2.840.10045.1 */ 23 /** OID: 1.2.840.10045.1.1 */ 26 /** OID: 1.2.840.10045.1.2 */ 29 /** OID: 1.2.840.10045.1.2.3.1 */ 32 /** OID: 1.2.840.10045.1.2.3.2 */ 35 /** OID: 1.2.840.10045.1.2.3.3 */ 38 /** OID: 1.2.840.10045.4 */ 41 /** OID: 1.2.840.10045.4.1 */ 44 /** OID: 1.2.840.10045.2 */ [all …]
|
| D | ECNamedCurveTable.java | 83 ASN1ObjectIdentifier oid = X962NamedCurves.getOID(name); in getOID() local 85 if (oid == null) in getOID() 87 oid = SECNamedCurves.getOID(name); in getOID() 90 if (oid == null) in getOID() 92 oid = NISTNamedCurves.getOID(name); in getOID() 97 if (oid == null) in getOID() 99 oid = TeleTrusTNamedCurves.getOID(name); in getOID() 102 if (oid == null) in getOID() 104 oid = ANSSINamedCurves.getOID(name); in getOID() 107 if (oid == null) in getOID() [all …]
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ |
| D | X9ObjectIdentifiers.java | 17 /** Base OID: 1.2.840.10045 */ 20 /** OID: 1.2.840.10045.1 */ 23 /** OID: 1.2.840.10045.1.1 */ 26 /** OID: 1.2.840.10045.1.2 */ 29 /** OID: 1.2.840.10045.1.2.3.1 */ 32 /** OID: 1.2.840.10045.1.2.3.2 */ 35 /** OID: 1.2.840.10045.1.2.3.3 */ 38 /** OID: 1.2.840.10045.4 */ 41 /** OID: 1.2.840.10045.4.1 */ 44 /** OID: 1.2.840.10045.2 */ [all …]
|
| D | ECNamedCurveTable.java | 83 ASN1ObjectIdentifier oid = X962NamedCurves.getOID(name); in getOID() local 85 if (oid == null) in getOID() 87 oid = SECNamedCurves.getOID(name); in getOID() 90 if (oid == null) in getOID() 92 oid = NISTNamedCurves.getOID(name); in getOID() 97 if (oid == null) in getOID() 99 oid = TeleTrusTNamedCurves.getOID(name); in getOID() 102 if (oid == null) in getOID() 104 oid = ANSSINamedCurves.getOID(name); in getOID() 107 if (oid == null) in getOID() [all …]
|
| /external/wpa_supplicant_8/src/tls/ |
| D | x509v3.c | 207 if (asn1_get_oid(pos, end - pos, &id->oid, &pos)) in x509_parse_algorithm_identifier() 290 struct asn1_oid oid; in x509_parse_name() local 342 if (asn1_get_oid(seq_pos, seq_end - seq_pos, &oid, &seq_pos)) { in x509_parse_name() 371 if (oid.len == 4 && in x509_parse_name() 372 oid.oid[0] == 2 && oid.oid[1] == 5 && oid.oid[2] == 4) { in x509_parse_name() 374 switch (oid.oid[3]) { in x509_parse_name() 400 } else if (oid.len == 7 && in x509_parse_name() 401 oid.oid[0] == 1 && oid.oid[1] == 2 && in x509_parse_name() 402 oid.oid[2] == 840 && oid.oid[3] == 113549 && in x509_parse_name() 403 oid.oid[4] == 1 && oid.oid[5] == 9 && in x509_parse_name() [all …]
|
| D | tlsv1_cred.c | 335 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi() argument 337 return oid->len >= 4 && in oid_is_rsadsi() 338 oid->oid[0] == 1 /* iso */ && in oid_is_rsadsi() 339 oid->oid[1] == 2 /* member-body */ && in oid_is_rsadsi() 340 oid->oid[2] == 840 /* us */ && in oid_is_rsadsi() 341 oid->oid[3] == 113549 /* rsadsi */; in oid_is_rsadsi() 345 static int pkcs12_is_bagtype_oid(struct asn1_oid *oid, unsigned long type) in pkcs12_is_bagtype_oid() argument 347 return oid->len == 9 && in pkcs12_is_bagtype_oid() 348 oid_is_rsadsi(oid) && in pkcs12_is_bagtype_oid() 349 oid->oid[4] == 1 /* pkcs */ && in pkcs12_is_bagtype_oid() [all …]
|
| D | asn1.c | 16 .oid = { 1, 3, 14, 3, 2, 26 }, 21 .oid = { 2, 16, 840, 1, 101, 3, 4, 2, 1 }, 26 .oid = { 1, 2, 840, 10045, 2, 1 }, 31 .oid = { 1, 2, 840, 10045, 3, 1, 7 }, 36 .oid = { 1, 3, 132, 0, 34 }, 41 .oid = { 1, 3, 132, 0, 35 }, 46 .oid = { 1, 3, 36, 3, 3, 2, 8, 1, 1, 7 }, 51 .oid = { 1, 3, 36, 3, 3, 2, 8, 1, 1, 11 }, 56 .oid = { 1, 3, 36, 3, 3, 2, 8, 1, 1, 13 }, 61 .oid = { 1, 2, 840, 113549, 1, 9, 16, 3, 22 }, [all …]
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ |
| D | ExtensionsGenerator.java | 32 * Add an extension with the given oid and the passed in value to be included 35 * @param oid OID for the extension. 40 ASN1ObjectIdentifier oid, in addExtension() argument 45 this.addExtension(oid, critical, value.toASN1Primitive().getEncoded(ASN1Encoding.DER)); in addExtension() 49 * Add an extension with the given oid and the passed in byte array to be wrapped in the 52 * @param oid OID for the extension. 57 ASN1ObjectIdentifier oid, in addExtension() argument 61 if (extensions.containsKey(oid)) in addExtension() 63 throw new IllegalArgumentException("extension " + oid + " already added"); in addExtension() 66 extOrdering.addElement(oid); in addExtension() [all …]
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
| D | ExtensionsGenerator.java | 32 * Add an extension with the given oid and the passed in value to be included 35 * @param oid OID for the extension. 40 ASN1ObjectIdentifier oid, in addExtension() argument 45 this.addExtension(oid, critical, value.toASN1Primitive().getEncoded(ASN1Encoding.DER)); in addExtension() 49 * Add an extension with the given oid and the passed in byte array to be wrapped in the 52 * @param oid OID for the extension. 57 ASN1ObjectIdentifier oid, in addExtension() argument 61 if (extensions.containsKey(oid)) in addExtension() 63 throw new IllegalArgumentException("extension " + oid + " already added"); in addExtension() 66 extOrdering.addElement(oid); in addExtension() [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
| D | ExtensionsGenerator.java | 30 * Add an extension with the given oid and the passed in value to be included 33 * @param oid OID for the extension. 38 ASN1ObjectIdentifier oid, in addExtension() argument 43 this.addExtension(oid, critical, value.toASN1Primitive().getEncoded(ASN1Encoding.DER)); in addExtension() 47 * Add an extension with the given oid and the passed in byte array to be wrapped in the 50 * @param oid OID for the extension. 55 ASN1ObjectIdentifier oid, in addExtension() argument 59 if (extensions.containsKey(oid)) in addExtension() 61 throw new IllegalArgumentException("extension " + oid + " already added"); in addExtension() 64 extOrdering.addElement(oid); in addExtension() [all …]
|
| /external/rust/crates/x509-parser/src/ |
| D | objects.rs | 3 //! All OID objects and definitions are now stored in the [oid-registry](https://crates.io/crates/o… 5 //! This crate is re-exporting `oid-registry`, so to access the OID constants the 10 //! To get the short name for a given OID: 16 //! let oid = &OID_X509_COMMON_NAME; 17 //! let sn = oid2sn(oid, oid_registry()); 22 use der_parser::oid::Oid; 33 static ref ABBREV_MAP: HashMap<Oid<'static>, &'static str> = { 47 /// Return the abbreviation (for ex. CN for Common Name), or if not found, the OID short name 48 pub fn oid2abbrev<'a>(oid: &'a Oid, registry: &'a OidRegistry) -> Result<&'a str, NidError> { in oid2abbrev() argument 49 if let Some(abbrev) = ABBREV_MAP.get(oid) { in oid2abbrev() [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
| D | SECObjectIdentifiers.java | 18 /** Base OID: 1.3.132.0 */ 21 /** sect163k1 OID: 1.3.132.0.1 */ 23 /** sect163r1 OID: 1.3.132.0.2 */ 25 /** sect239k1 OID: 1.3.132.0.3 */ 27 /** sect113r1 OID: 1.3.132.0.4 */ 29 /** sect113r2 OID: 1.3.132.0.5 */ 31 /** secp112r1 OID: 1.3.132.0.6 */ 33 /** secp112r2 OID: 1.3.132.0.7 */ 35 /** secp160r1 OID: 1.3.132.0.8 */ 37 /** secp160k1 OID: 1.3.132.0.9 */ [all …]
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/sec/ |
| D | SECObjectIdentifiers.java | 20 /** Base OID: 1.3.132.0 */ 23 /** sect163k1 OID: 1.3.132.0.1 */ 25 /** sect163r1 OID: 1.3.132.0.2 */ 27 /** sect239k1 OID: 1.3.132.0.3 */ 29 /** sect113r1 OID: 1.3.132.0.4 */ 31 /** sect113r2 OID: 1.3.132.0.5 */ 33 /** secp112r1 OID: 1.3.132.0.6 */ 35 /** secp112r2 OID: 1.3.132.0.7 */ 37 /** secp160r1 OID: 1.3.132.0.8 */ 39 /** secp160k1 OID: 1.3.132.0.9 */ [all …]
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/sec/ |
| D | SECObjectIdentifiers.java | 20 /** Base OID: 1.3.132.0 */ 23 /** sect163k1 OID: 1.3.132.0.1 */ 25 /** sect163r1 OID: 1.3.132.0.2 */ 27 /** sect239k1 OID: 1.3.132.0.3 */ 29 /** sect113r1 OID: 1.3.132.0.4 */ 31 /** sect113r2 OID: 1.3.132.0.5 */ 33 /** secp112r1 OID: 1.3.132.0.6 */ 35 /** secp112r2 OID: 1.3.132.0.7 */ 37 /** secp160r1 OID: 1.3.132.0.8 */ 39 /** secp160k1 OID: 1.3.132.0.9 */ [all …]
|
| /external/rust/crates/oid-registry/src/ |
| D | lib.rs | 3 //! [](https://docs.rs/oid-registry) 4 //! [](https://crates.io/crates/oid-r… 5 …(https://github.com/rusticata/oid-registry/workflows/Continuous%20integration/badge.svg)](https://… 7 //! # OID Registry 9 //! This crate is a helper crate, containing a database of OID objects. These objects are intended 13 //! be used to get names and descriptions from OID. 48 //! use der_parser::oid; 54 //! registry.insert(oid!(1.2.3.4), entry); 57 //! registry.insert(oid!(1.2.3.5), ("shortName", "A description")); 63 //! All OID values, constants, and features are derived from files in the `assets` directory in the [all …]
|
| /external/libcups/backend/ |
| D | snmp.txt | 16 HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter 17 HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter 18 HOST-RESOURCES-MIB::hrDeviceType.3 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter 22 HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero 23 HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero 24 HOST-RESOURCES-MIB::hrDeviceID.3 = OID: SNMPv2-SMI::zeroDotZero 35 HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter 37 HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero 49 HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter 51 HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.3369.1.1.2.4 [all …]
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
| D | X509v3CertificateBuilder.java | 120 * Return if the extension indicated by OID is present. 122 * @param oid the OID for the extension of interest. 125 public boolean hasExtension(ASN1ObjectIdentifier oid) in hasExtension() argument 127 return doGetExtension(oid) != null; in hasExtension() 131 * Return the current value of the extension for OID. 133 * @param oid the OID for the extension we want to fetch. 136 public Extension getExtension(ASN1ObjectIdentifier oid) in getExtension() argument 138 return doGetExtension(oid); in getExtension() 141 private Extension doGetExtension(ASN1ObjectIdentifier oid) in doGetExtension() argument 145 return exts.getExtension(oid); in doGetExtension() [all …]
|
| /external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cert/ |
| D | X509v3CertificateBuilder.java | 122 * Return if the extension indicated by OID is present. 124 * @param oid the OID for the extension of interest. 127 public boolean hasExtension(ASN1ObjectIdentifier oid) in hasExtension() argument 129 return doGetExtension(oid) != null; in hasExtension() 133 * Return the current value of the extension for OID. 135 * @param oid the OID for the extension we want to fetch. 138 public Extension getExtension(ASN1ObjectIdentifier oid) in getExtension() argument 140 return doGetExtension(oid); in getExtension() 143 private Extension doGetExtension(ASN1ObjectIdentifier oid) in doGetExtension() argument 147 return exts.getExtension(oid); in doGetExtension() [all …]
|
| /external/arm-trusted-firmware/fdts/ |
| D | cot_descriptors.dtsi | 21 oid = TRUSTED_BOOT_FW_HASH_OID; 24 oid = TRUSTED_BOOT_FW_CONFIG_HASH_OID; 27 oid = HW_CONFIG_HASH_OID; 30 oid = FW_CONFIG_HASH_OID; 40 oid = TRUSTED_WORLD_PK_OID; 43 oid = NON_TRUSTED_WORLD_PK_OID; 54 oid = SCP_FW_CONTENT_CERT_PK_OID; 65 oid = SCP_FW_HASH_OID; 75 oid = SOC_FW_CONTENT_CERT_PK_OID; 86 oid = SOC_AP_FW_HASH_OID; [all …]
|