Searched refs:PureSoftSecureKeyStorage (Results 1 – 3 of 3) sorted by relevance
80 PureSoftSecureKeyStorage::PureSoftSecureKeyStorage(uint32_t max_slot) in PureSoftSecureKeyStorage() function in keymaster::PureSoftSecureKeyStorage83 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()
28 class PureSoftSecureKeyStorage : public SecureKeyStorage {30 explicit PureSoftSecureKeyStorage(uint32_t max_slot);31 ~PureSoftSecureKeyStorage() override;
67 pure_soft_secure_key_storage_ = std::make_unique<PureSoftSecureKeyStorage>(64); in PureSoftKeymasterContext()