Home
last modified time | relevance | path

Searched refs:PureSoftSecureKeyStorage (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/android_keymaster/
Dpure_soft_secure_key_storage.cpp80 PureSoftSecureKeyStorage::PureSoftSecureKeyStorage(uint32_t max_slot) in PureSoftSecureKeyStorage() function in keymaster::PureSoftSecureKeyStorage
83 PureSoftSecureKeyStorage::~PureSoftSecureKeyStorage() { in ~PureSoftSecureKeyStorage()
87 keymaster_error_t PureSoftSecureKeyStorage::WriteKey(const km_id_t keyid, in WriteKey()
102 keymaster_error_t PureSoftSecureKeyStorage::KeyExists(const km_id_t keyid, bool* exists) { in KeyExists()
112 keymaster_error_t PureSoftSecureKeyStorage::DeleteKey(const km_id_t keyid) { in DeleteKey()
122 keymaster_error_t PureSoftSecureKeyStorage::DeleteAllKeys() { in DeleteAllKeys()
132 keymaster_error_t PureSoftSecureKeyStorage::HasSlot(bool* has_slot) { in HasSlot()
/system/keymaster/include/keymaster/
Dpure_soft_secure_key_storage.h28 class PureSoftSecureKeyStorage : public SecureKeyStorage {
30 explicit PureSoftSecureKeyStorage(uint32_t max_slot);
31 ~PureSoftSecureKeyStorage() override;
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp67 pure_soft_secure_key_storage_ = std::make_unique<PureSoftSecureKeyStorage>(64); in PureSoftKeymasterContext()