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()
429 keyEncryptType_ = KeyEncryptType::KEY_CRYPT_HUKS; 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()
761 case KeyEncryptType::KEY_CRYPT_OPENSSL: in StoreKey()
765 case KeyEncryptType::KEY_CRYPT_HUKS: in StoreKey()
769 case KeyEncryptType::KEY_CRYPT_HUKS_OPENSSL: in StoreKey()
1005 case KeyEncryptType::KEY_CRYPT_OPENSSL: in StoreKey()
1007 case KeyEncryptType::KEY_CRYPT_HUKS: in StoreKey()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h76 enum class KeyEncryptType { enum
124 KeyEncryptType keyEncryptType_;
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()