Displaying 3 results from an estimated 3 matches for "cnow".
Did you mean:
clow
2002 Mar 20
1
privsep
i think our strategy for privsep is to just keep portable sync'd closely
with openbsd's tree, even though things will be broken wrt privsep for
many platforms. then we just get primary one's working and work out
issues as we go along. i'll start to work on sun and hp-ux again
tomorrow.
2001 Sep 12
0
AES update..
...er->name);
+ memcpy(cc->u.rijndael.iv, iv, RIJNDAEL_BLOCKSIZE);
}
static void
rijndael_cbc_encrypt(CipherContext *cc, u_char *dest, const u_char *src,
u_int len)
{
rijndael_ctx *ctx = &cc->u.rijndael.enc;
- u4byte *iv = cc->u.rijndael.iv;
- u4byte in[4];
- u4byte *cprev, *cnow, *plain;
- int i, blocks = len / RIJNDAEL_BLOCKSIZE;
+ u_char *iv = cc->u.rijndael.iv;
+ u_char in[RIJNDAEL_BLOCKSIZE];
+ u_char *cprev, *cnow, *plain;
+ int i, j, blocks = len / RIJNDAEL_BLOCKSIZE;
+
if (len == 0)
return;
if (len % RIJNDAEL_BLOCKSIZE)
fatal("rijndael_cbc_encrypt:...
2005 Jul 27
0
Please, I looking for halp!
Hi all!
I don't cnow where can i ask about this and I hope you can halp me.
I have a digital voice recorder olymus ds-2300, it's working with
*.dss files (digital speech standart). There is Olympus Dss Player for Windows
but nathing can play it with linux. On olympus development homepage
i found "Sound SDK...