Home
last modified time | relevance | path

Searched refs:StorageKey (Results 1 – 6 of 6) sorted by relevance

/system/keymint/wire/src/
Dkeymint.rs374 StorageKey, enumerator
438 KeyParam::StorageKey => Tag::StorageKey, in tag()
578 Tag::StorageKey => KeyParam::StorageKey, in from_cbor_value()
668 KeyParam::StorageKey => (Tag::StorageKey, true.to_cbor_value()?), in to_cbor_value()
896 Tag::StorageKey as i32, in cddl_schema()
1041 StorageKey = 1879048914, enumerator
/system/keymint/common/src/tag/
Dlegacy.rs203 | KeyParam::StorageKey in serialize()
406 Tag::StorageKey => { in deserialize()
408 KeyParam::StorageKey in deserialize()
573 (KeyParam::StorageKey, KeyParam::StorageKey) => Ordering::Equal, in param_compare()
Dinfo.rs73 Tag::StorageKey,
983 Tag::StorageKey,
/system/keymint/hal/src/
Dhal.rs297 KeyParam::StorageKey => (Tag::STORAGE_KEY, KeyParameterValue::BoolValue(true)), in fromm()
595 Some(KeyParam::StorageKey) in try_fromm()
/system/keymint/common/src/
Dtag.rs37 Tag::StorageKey,
966 if get_bool_tag_value!(chars, StorageKey)? { in check_begin_params()
/system/keymint/ta/src/
Dlib.rs1067 if !get_bool_tag_value!(chars, StorageKey)? { in convert_storage_key_to_ephemeral()