Searched refs:StorageKey (Results 1 – 6 of 6) sorted by relevance
/system/keymint/wire/src/ |
D | keymint.rs | 374 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/ |
D | legacy.rs | 203 | KeyParam::StorageKey in serialize() 406 Tag::StorageKey => { in deserialize() 408 KeyParam::StorageKey in deserialize() 573 (KeyParam::StorageKey, KeyParam::StorageKey) => Ordering::Equal, in param_compare()
|
D | info.rs | 73 Tag::StorageKey, 983 Tag::StorageKey,
|
/system/keymint/hal/src/ |
D | hal.rs | 297 KeyParam::StorageKey => (Tag::STORAGE_KEY, KeyParameterValue::BoolValue(true)), in fromm() 595 Some(KeyParam::StorageKey) in try_fromm()
|
/system/keymint/common/src/ |
D | tag.rs | 37 Tag::StorageKey, 966 if get_bool_tag_value!(chars, StorageKey)? { in check_begin_params()
|
/system/keymint/ta/src/ |
D | lib.rs | 1067 if !get_bool_tag_value!(chars, StorageKey)? { in convert_storage_key_to_ephemeral()
|