Searched refs:KeyEncryptTypeToString (Results 1 – 2 of 2) sorted by relevance
124 std::string KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const;
319 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