Home
last modified time | relevance | path

Searched refs:WriteKey (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/android_keymaster/
Dpure_soft_secure_key_storage.cpp31 bool WriteKey(km_id_t keyid);
50 bool PureSoftSecureStorageMap::WriteKey(km_id_t keyid) { in WriteKey() function in keymaster::PureSoftSecureStorageMap
87 keymaster_error_t PureSoftSecureKeyStorage::WriteKey(const km_id_t keyid, in WriteKey() function in keymaster::PureSoftSecureKeyStorage
94 if (!pure_soft_secure_storage_map_->WriteKey(keyid)) { in WriteKey()
/system/keymaster/include/keymaster/
Dsecure_key_storage.h43 virtual keymaster_error_t WriteKey(const km_id_t keyid, const KeymasterKeyBlob& blob) = 0;
Dpure_soft_secure_key_storage.h37 keymaster_error_t WriteKey(const km_id_t keyid, const KeymasterKeyBlob& blob) override;
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp261 return pure_soft_secure_key_storage_->WriteKey(keyid, *blob); in CreateKeyBlob()