Searched refs:KEY_BLOB (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 737 pub const KEY_BLOB: SubComponentType = Self(0); constant 1221 SubComponentType::KEY_BLOB, in handle_next_superseded_blobs() 1222 SubComponentType::KEY_BLOB, in handle_next_superseded_blobs() 1256 params![SubComponentType::KEY_BLOB, SubComponentType::KEY_BLOB], in handle_next_superseded_blobs() 1348 SubComponentType::KEY_BLOB, in store_super_key() 1524 SubComponentType::KEY_BLOB, in set_deleted_blob() 1777 SubComponentType::KEY_BLOB, in store_new_key() 1790 SubComponentType::KEY_BLOB, in store_new_key() 2043 has_km_blob = has_km_blob || sub_type == SubComponentType::KEY_BLOB; in load_blob_components() 2045 (SubComponentType::KEY_BLOB, _, true) => { in load_blob_components() [all …]
|
D | raw_device.rs | 275 SubComponentType::KEY_BLOB, in upgrade_keyblob_if_required_with()
|
D | security_level.rs | 833 SubComponentType::KEY_BLOB, in store_upgraded_keyblob()
|