--- libaitio/inc/aitio.h 2013/01/17 12:52:35 1.28.4.1 +++ libaitio/inc/aitio.h 2013/03/13 14:54:39 1.29 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.28.4.1 2013/01/17 12:52:35 misho Exp $ +* $Id: aitio.h,v 1.29 2013/03/13 14:54:39 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -189,7 +189,7 @@ inline int io_rwrite(int fd, void * __restrict buf, si * * @pInput = input buffer * @inLen = input buffer len - * @ppOutput = output allocated buffe, must be io_free after use + * @ppOutput = output allocated buffe, must be e_free after use * @Cipher = cipher engine, like EVP_bf_cbc() or etc... * @pKey = key * @pIV = IV, salt (8 bytes) @@ -204,7 +204,7 @@ int ioCipher(unsigned char *pInput, int inLen, unsigne * * @pInput = input buffer * @inLen = input buffer len - * @ppOutput = output allocated buffe, must be io_free after use + * @ppOutput = output allocated buffe, must be e_free after use * @pKey = key * @pIV = IV, salt (8 bytes) * @nMode = Mode 0 - decrypting or 1 - encrypting @@ -217,7 +217,7 @@ int io_Blowfish(unsigned char *pInput, int inLen, unsi * * @pInput = Input buffer with ASCII * @inLen = Input buffer data length - * @ppOutput = Output buffer with cipher data, must be io_free after use + * @ppOutput = Output buffer with cipher data, must be e_free after use * @pKey = Key * @IV = IVector/Nonce/Counter, Warning: IV must be variable, because we write there!!! * return: -1 error or >-1 how many cipher blocks proceeded