Fixed counter mode encryption/decryption.
[silc.git] / lib / silccrypt / aes.h
index d5bf528f28c9780706c3187a4ccaf0e54b59caca..9711c3fa07a6d81437e182fddbeb510b48f2df64 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2006 Pekka Riikonen
+  Copyright (C) 1997 - 2007 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
  */
 
 SILC_CIPHER_API_SET_KEY(aes_cbc);
+SILC_CIPHER_API_SET_IV(aes_cbc);
 SILC_CIPHER_API_ENCRYPT(aes_cbc);
 SILC_CIPHER_API_DECRYPT(aes_cbc);
 SILC_CIPHER_API_CONTEXT_LEN(aes_cbc);
 SILC_CIPHER_API_SET_KEY(aes_ctr);
+SILC_CIPHER_API_SET_IV(aes_ctr);
 SILC_CIPHER_API_ENCRYPT(aes_ctr);
 SILC_CIPHER_API_DECRYPT(aes_ctr);
 SILC_CIPHER_API_CONTEXT_LEN(aes_ctr);