Searched refs:keyEncryptType_ (Results 1 – 3 of 3) sorted by relevance
67 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 …]
124 KeyEncryptType keyEncryptType_; variable125 std::string KeyEncryptTypeToString(KeyEncryptType keyEncryptType_) const;
26 keyEncryptType_(KeyEncryptType::KEY_CRYPT_HUKS) in BaseKey()