--- libaitio/inc/aitio.h 2011/10/07 09:14:40 1.11.2.23 +++ libaitio/inc/aitio.h 2011/10/07 10:32:35 1.11.2.24 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.11.2.23 2011/10/07 09:14:40 misho Exp $ +* $Id: aitio.h,v 1.11.2.24 2011/10/07 10:32:35 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -760,9 +760,10 @@ int io_Blowfish(unsigned char *pInput, int inLen, unsi * @inLen = Input buffer data length * @ppOutput = Output buffer with cipher data, must be free after use * @pKey = Key + * @IV = IVector/Nonce/Counter * return: -1 error or >-1 how many cipher blocks proceeded */ -int io_ctr_AES(u_char *pInput, int inLen, u_char **ppOutput, u_char *pKey); +int io_ctr_AES(u_char *pInput, int inLen, u_char **ppOutput, u_char *pKey, u_char IV[AES_BLOCK_SIZE]); /*