Home
last modified time | relevance | path

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

/system/keymint/common/src/crypto/
Dec.rs24 pub const X509_NIST_OID: pkcs8::ObjectIdentifier =
25 pkcs8::ObjectIdentifier::new_unwrap("1.2.840.10045.2.1");
28 pub const X509_ED25519_OID: pkcs8::ObjectIdentifier =
29 pkcs8::ObjectIdentifier::new_unwrap("1.3.101.112");
32 pub const X509_X25519_OID: pkcs8::ObjectIdentifier =
33 pkcs8::ObjectIdentifier::new_unwrap("1.3.101.110");
36 pub const ECDSA_SHA256_SIGNATURE_OID: pkcs8::ObjectIdentifier =
37 pkcs8::ObjectIdentifier::new_unwrap("1.2.840.10045.4.3.2");
40 pub const ALGO_PARAM_P224_OID: pkcs8::ObjectIdentifier =
41 pkcs8::ObjectIdentifier::new_unwrap("1.3.132.0.33");
[all …]
Drsa.rs17 pub const X509_OID: pkcs8::ObjectIdentifier =
18 pkcs8::ObjectIdentifier::new_unwrap("1.2.840.113549.1.1.1");
21 pub const SHA256_PKCS1_SIGNATURE_OID: pkcs8::ObjectIdentifier =
22 pkcs8::ObjectIdentifier::new_unwrap("1.2.840.113549.1.1.11");
/system/keymint/ta/src/
Dcert.rs25 use spki::{AlgorithmIdentifier, ObjectIdentifier, SubjectPublicKeyInfo};
38 pub const ATTESTATION_EXTENSION_OID: ObjectIdentifier =
39 ObjectIdentifier::new_unwrap("1.3.6.1.4.1.11129.2.1.17");
248 const OID: ObjectIdentifier = ATTESTATION_EXTENSION_OID;