search for: u4byt

Displaying 2 results from an estimated 2 matches for "u4byt".

Did you mean: u4byte
2001 Sep 12
0
AES update..
...;); +RCSID("$OpenBSD: cipher.c,v 1.47 2001/08/23 11:31:59 markus Exp $"); #include "xmalloc.h" #include "log.h" @@ -283,66 +283,65 @@ static void rijndael_setkey(CipherContext *cc, const u_char *key, u_int keylen) { - rijndael_set_key(&cc->u.rijndael.enc, (u4byte *)key, 8*keylen, 1); - rijndael_set_key(&cc->u.rijndael.dec, (u4byte *)key, 8*keylen, 0); + rijndael_set_key(&cc->u.rijndael.enc, (char *)key, 8*keylen, 1); + rijndael_set_key(&cc->u.rijndael.dec, (char *)key, 8*keylen, 0); } static void rijndael_setiv(CipherContext *cc, co...
2001 Mar 07
0
Compiling openssh-2.5.1p1 on IRIX in o32 mode
...-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/ssh/libexec/sftp-server\" -DHAVE_CONFIG_H -c rijndael.c cfe: Error: rijndael.c, line 272: redeclaration of 'rijndael_set_key'; previous declaration at line 31 in file './rijndael.h' rijndael_set_key(rijndael_ctx *ctx, const u4byte *in_key, const u4byte key_len, ^ cfe: Error: rijndael.c, line 272: Incompatible type for the function parameter rijndael_set_key(rijndael_ctx *ctx, const u4byte *in_key, const u4byte key_len, -----------------------------------------------------------------------^ *** Error code 1 (bu21)