search for: rijndael_set_key

Displaying 3 results from an estimated 3 matches for "rijndael_set_key".

2001 Mar 07
0
Compiling openssh-2.5.1p1 on IRIX in o32 mode
...etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/ssh/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/ssh/libexec/ssh-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 u4b...
2001 Sep 12
0
AES update..
...c,v 1.46 2001/06/25 08:25:36 markus Exp $"); +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 r...
2001 Sep 14
8
Call for testers.
http://bass.directhit.com/openssh_snap/ Starting tonight I plan on tracking changes very closely with the OpenBSD tree. I need people to test the latest snapshot (9/14 at of right now) and report success or failure on compiling. I am starting this now because we are looking at a code freeze soon and I really want to ensure it compiles and runs on all existing platforms. So we (the portable