Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp319 if (!SaveStringToFile(NEED_UPDATE_PATH, KeyEncryptTypeToString(keyEncryptType_))) { in StoreKey()
441 if (!SaveStringToFile(NEED_UPDATE_PATH, KeyEncryptTypeToString(keyEncryptType_))) { in StoreKey()
690 if (encryptType == KeyEncryptTypeToString(KeyEncryptType::KEY_CRYPT_HUKS_OPENSSL)) { in StoreKey()
1002 std::string BaseKey::KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const in StoreKey() function in OHOS::StorageDaemon::BaseKey
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h125 std::string KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const;