Home
last modified time | relevance | path

Searched refs:KeyOpsType (Results 1 – 4 of 4) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/cbor/
Ddice.rs14 pub(super) enum KeyOpsType { enum
24 fn cose_key_from_cbor_value(mut value: Value, key_ops_type: KeyOpsType) -> Result<CoseKey> { in cose_key_from_cbor_value()
25 if key_ops_type == KeyOpsType::IntOrArray { in cose_key_from_cbor_value()
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dprofile.rs3 use super::KeyOpsType;
12 pub(super) key_ops_type: KeyOpsType,
65 key_ops_type: KeyOpsType::IntOrArray, in android13()
Dchain.rs2 use super::{cose_key_from_cbor_value, KeyOpsType};
105 KeyOpsType::IntOrArray in root_and_entries_from_value()
107 KeyOpsType::default() in root_and_entries_from_value()
Dentry.rs378 use crate::cbor::dice::KeyOpsType;
878 let profile = Profile { key_ops_type: KeyOpsType::IntOrArray, ..Profile::default() }; in integer_key_ops()