Diff for /libaitio/inc/aitio.h between versions 1.11.2.23 and 1.11.2.24

version 1.11.2.23, 2011/10/07 09:14:40 version 1.11.2.24, 2011/10/07 10:32:35
Line 760  int io_Blowfish(unsigned char *pInput, int inLen, unsi Line 760  int io_Blowfish(unsigned char *pInput, int inLen, unsi
  * @inLen = Input buffer data length   * @inLen = Input buffer data length
  * @ppOutput = Output buffer with cipher data, must be free after use   * @ppOutput = Output buffer with cipher data, must be free after use
  * @pKey = Key   * @pKey = Key
    * @IV = IVector/Nonce/Counter
  * return: -1 error or >-1 how many cipher blocks proceeded   * 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]);
   
   
 /*  /*

Removed from v.1.11.2.23  
changed lines
  Added in v.1.11.2.24


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>