Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
Dbase_key.h124 std::string KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const;
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dbase_key.cpp319 if (!SaveStringToFile(NEED_UPDATE_PATH, KeyEncryptTypeToString(keyEncryptType_))) { in StoreKey()
439 if (!SaveStringToFile(NEED_UPDATE_PATH, KeyEncryptTypeToString(keyEncryptType_))) { in StoreKey()
689 if (encryptType == KeyEncryptTypeToString(KeyEncryptType::KEY_CRYPT_HUKS_OPENSSL)) { in StoreKey()
1004 std::string BaseKey::KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const in StoreKey() function in OHOS::StorageDaemon::BaseKey