Home
last modified time | relevance | path

Searched refs:keyEncryptType_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp67 keyEncryptType_(KeyEncryptType::KEY_CRYPT_HUKS) in BaseKey()
319 if (!SaveStringToFile(NEED_UPDATE_PATH, KeyEncryptTypeToString(keyEncryptType_))) { in StoreKey()
429 keyEncryptType_ = KeyEncryptType::KEY_CRYPT_HUKS; in StoreKey()
476 keyEncryptType_ = KeyEncryptType::KEY_CRYPT_HUKS_OPENSSL; in StoreKey()
527 if (keyEncryptType_ == KeyEncryptType::KEY_CRYPT_HUKS) { in StoreKey()
569 keyEncryptType_ = KeyEncryptType::KEY_CRYPT_OPENSSL; in StoreKey()
572 keyEncryptType_ = KeyEncryptType::KEY_CRYPT_HUKS; in StoreKey()
583 if (keyEncryptType_ == KeyEncryptType::KEY_CRYPT_HUKS) { in StoreKey()
760 switch (keyEncryptType_) { in StoreKey()
1002 std::string BaseKey::KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const in StoreKey()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h124 KeyEncryptType keyEncryptType_; variable
125 std::string KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dbase_key_mock.cpp26 keyEncryptType_(KeyEncryptType::KEY_CRYPT_HUKS) in BaseKey()