X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fdes.h;fp=lib%2Fsilccrypt%2Fdes.h;h=1a612f9307156b252dbc2f18b52abef231814901;hp=ae187f284c81d81912409ac14273d68617ba3218;hb=9f20f0382b6229eca740925a73f96294f6dcedc6;hpb=1b4e874f9401653b659a6adec2d2f046f9331586 diff --git a/lib/silccrypt/des.h b/lib/silccrypt/des.h index ae187f28..1a612f93 100644 --- a/lib/silccrypt/des.h +++ b/lib/silccrypt/des.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,13 +26,15 @@ SILC_CIPHER_API_SET_KEY(des); SILC_CIPHER_API_SET_IV(des); -SILC_CIPHER_API_CONTEXT_LEN(des); +SILC_CIPHER_API_INIT(des); +SILC_CIPHER_API_UNINIT(des); SILC_CIPHER_API_ENCRYPT(des); SILC_CIPHER_API_DECRYPT(des); SILC_CIPHER_API_SET_KEY(3des); SILC_CIPHER_API_SET_IV(3des); -SILC_CIPHER_API_CONTEXT_LEN(3des); +SILC_CIPHER_API_INIT(3des); +SILC_CIPHER_API_UNINIT(3des); SILC_CIPHER_API_ENCRYPT(3des); SILC_CIPHER_API_DECRYPT(3des);