Diff for /libaitio/src/crypt.c between versions 1.5 and 1.6

version 1.5, 2012/03/29 01:31:34 version 1.6, 2012/05/14 12:49:21
Line 47  SUCH DAMAGE. Line 47  SUCH DAMAGE.
   
   
 /*  /*
 * ioCipher() Cipher wrapper for all supported crypto algorythms * ioCipher() - Cipher wrapper for all supported crypto algorythms
  *   *
  * @pInput = input buffer   * @pInput = input buffer
  * @inLen = input buffer len   * @inLen = input buffer len
Line 109  end: Line 109  end:
 }  }
   
 /*  /*
 * io_Blowfish() Blowfish cipher algorythm, work with ASCII hex strings * io_Blowfish() - Blowfish cipher algorythm, work with ASCII hex strings
  *   *
  * @pInput = input buffer   * @pInput = input buffer
  * @inLen = input buffer len   * @inLen = input buffer len
Line 173  io_Blowfish(u_char *pInput, int inLen, u_char **ppOutp Line 173  io_Blowfish(u_char *pInput, int inLen, u_char **ppOutp
 }  }
   
 /*  /*
 * io_ctr_AES() Encrypt/Decrypt stream cipher CTR_AES * io_ctr_AES() - Encrypt/Decrypt stream cipher CTR_AES
  *   *
  * @pInput = Input buffer with ASCII   * @pInput = Input buffer with ASCII
  * @inLen = Input buffer data length   * @inLen = Input buffer data length

Removed from v.1.5  
changed lines
  Added in v.1.6


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