Home
last modified time | relevance | path

Searched refs:PureSoftSecureStorageMap (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/android_keymaster/
Dpure_soft_secure_key_storage.cpp25 class PureSoftSecureStorageMap { class
27 explicit PureSoftSecureStorageMap(uint32_t max_size) : max_size_(max_size) {} in PureSoftSecureStorageMap() function in keymaster::PureSoftSecureStorageMap
50 bool PureSoftSecureStorageMap::WriteKey(km_id_t keyid) { in WriteKey()
56 bool PureSoftSecureStorageMap::KeyExists(km_id_t keyid) const { in KeyExists()
62 void PureSoftSecureStorageMap::DeleteKey(km_id_t keyid) { in DeleteKey()
72 void PureSoftSecureStorageMap::DeleteAllKeys() { in DeleteAllKeys()
76 bool PureSoftSecureStorageMap::HasSlot() const { in HasSlot()
81 : pure_soft_secure_storage_map_(new (std::nothrow) PureSoftSecureStorageMap(max_slot)) {} in PureSoftSecureKeyStorage()
/system/keymaster/include/keymaster/
Dpure_soft_secure_key_storage.h23 class PureSoftSecureStorageMap; variable
60 PureSoftSecureStorageMap* pure_soft_secure_storage_map_;