Major restructuring of the internals of SILC Cipher API
[crypto.git] / lib / silccrypt / blowfish.h
index 6f3db65440d18598c7b32cb3ee38a8b22aada8ff..ece02a38b9cf3731a9eefe4ba421579cadb72f64 100644 (file)
  * SILC Crypto API for Blowfish
  */
 
-SILC_CIPHER_API_SET_KEY(blowfish);
-SILC_CIPHER_API_CONTEXT_LEN(blowfish);
-SILC_CIPHER_API_ENCRYPT_CBC(blowfish);
-SILC_CIPHER_API_DECRYPT_CBC(blowfish);
+SILC_CIPHER_API_SET_KEY(blowfish_cbc);
+SILC_CIPHER_API_SET_IV(blowfish_cbc);
+SILC_CIPHER_API_INIT(blowfish_cbc);
+SILC_CIPHER_API_UNINIT(blowfish_cbc);
+SILC_CIPHER_API_ENCRYPT(blowfish_cbc);
+SILC_CIPHER_API_DECRYPT(blowfish_cbc);
 
 #endif