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