Searched refs:KeyOpsType (Results 1 – 4 of 4) sorted by relevance
14 pub(super) enum KeyOpsType { enum24 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()
3 use super::KeyOpsType;12 pub(super) key_ops_type: KeyOpsType,65 key_ops_type: KeyOpsType::IntOrArray, in android13()
2 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()
378 use crate::cbor::dice::KeyOpsType;878 let profile = Profile { key_ops_type: KeyOpsType::IntOrArray, ..Profile::default() }; in integer_key_ops()