X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fnone.h;h=555ffa293ddd99b70b68177124d2d212a1430ae0;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=261b1c16fdbde874092113e61f8208b40f71e1f7;hpb=97ca3ffe0ce65ac0c5fa3274284825537e996c78;p=silc.git diff --git a/lib/silccrypt/none.h b/lib/silccrypt/none.h index 261b1c16..555ffa29 100644 --- a/lib/silccrypt/none.h +++ b/lib/silccrypt/none.h @@ -16,24 +16,6 @@ GNU General Public License for more details. */ -/* - * $Id$ - * $Log$ - * Revision 1.3 2006/12/15 15:22:48 priikone - * Added assembler AES for x86 and x86_64. - * Simplified Cipher implementation API. - * - * Revision 1.2 2005/05/10 18:31:17 priikone - * Merged silc_1_0_branch to trunk. - * - * Revision 1.1.1.1.4.1 2005/04/30 15:31:26 priikone - * Header changes. - * - * Revision 1.1.1.1 2000/06/27 11:36:54 priikone - * Importet from internal CVS/Added Log headers. - * - * - */ #ifndef NONE_H #define NONE_H @@ -43,8 +25,9 @@ */ SILC_CIPHER_API_SET_KEY(none); +SILC_CIPHER_API_SET_IV(none); SILC_CIPHER_API_CONTEXT_LEN(none); -SILC_CIPHER_API_ENCRYPT_CBC(none); -SILC_CIPHER_API_DECRYPT_CBC(none); +SILC_CIPHER_API_ENCRYPT(none); +SILC_CIPHER_API_DECRYPT(none); #endif