Refactor ecryptfs structures to C++ style
[platform/core/security/krate.git] / volume / key-generator.h
index d6bf6f8..e9ef6cd 100755 (executable)
@@ -38,7 +38,6 @@ public:
 
        static std::string wrapKey(const std::string& decrypted, const std::string& salt, int len);
        static std::string generateKey(int len);
-       static void generateToken(char* key, ecryptfs_payload** outToken);
 
 private:
        static void sha1Init(SHA1_CTX* context);