Re: aes256cbc_encrypt

2009-10-28 Thread Christian Hohnstaedt
On Wed, Oct 28, 2009 at 12:44:28AM -0700, himas wrote: > > tried to run my decryption func with test vectors and got not proper result > > -- CODE -- > void aes256cbc_encrypt() > { > int i, outlen; int i, outlen, tm; > unsigned char *outbuf = (un

aes256cbc_encrypt

2009-10-28 Thread himas
tried to run my decryption func with test vectors and got not proper result -- CODE -- void aes256cbc_encrypt() { int i, outlen; unsigned char *outbuf = (unsigned char*)malloc(1024); unsigned char key