Searched refs:rijndael (Results 1 - 11 of 11) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael.h1 /* $NetBSD: rijndael.h,v 1.4 2006/09/09 16:22:36 manu Exp $ */
3 /* $KAME: rijndael.h,v 1.1.1.1 2001/08/08 09:56:27 sakane Exp $ */
5 #include <crypto/rijndael/rijndael-api-fst.h>
H A Drijndael-api-fst.h1 /* $NetBSD: rijndael-api-fst.h,v 1.4 2006/09/09 16:22:36 manu Exp $ */
3 /* $KAME: rijndael-api-fst.h,v 1.1.1.1 2001/08/08 09:56:27 sakane Exp $ */
6 * rijndael-api-fst.h v2.3 April '2000
16 #include <crypto/rijndael/rijndael-alg-fst.h>
H A Drijndael-api-fst.c1 /* $NetBSD: rijndael-api-fst.c,v 1.4 2006/09/09 16:22:36 manu Exp $ */
3 /* $KAME: rijndael-api-fst.c,v 1.8 2002/11/18 23:32:54 itojun Exp $ */
6 * rijndael-api-fst.c v2.3 April '2000
30 #include <crypto/rijndael/rijndael-alg-fst.h>
31 #include <crypto/rijndael/rijndael-api-fst.h>
32 #include <crypto/rijndael/rijndael_local.h>
H A Drijndael-alg-fst.c1 /* $NetBSD: rijndael-alg-fst.c,v 1.4 2006/09/09 16:22:36 manu Exp $ */
3 /* $KAME: rijndael-alg-fst.c,v 1.1.1.1 2001/08/08 09:56:23 sakane Exp $ */
6 * rijndael-alg-fst.c v2.3 April '2000
26 #include <crypto/rijndael/rijndael-alg-fst.h>
27 #include <crypto/rijndael/rijndael_local.h>
29 #include <crypto/rijndael/boxes-fst.dat>
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes.c17 * rijndael-alg-fst.c
49 "rijndael",
75 "rijndael",
141 skey->rijndael.Nr = 10 + ((keylen/8)-2)*2;
145 rk = skey->rijndael.eK;
169 temp = skey->rijndael.eK[rk - skey->rijndael.eK + 5];
192 temp = skey->rijndael.eK[rk - skey->rijndael.eK + 7];
217 rk = skey->rijndael
[all...]
/external/openssh/
H A DAndroid.mk16 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h161 struct rijndael_key rijndael; member in union:Symmetric_key
/external/ipsec-tools/src/racoon/
H A Dcftoken.l445 rijndael { YYD; yylval.num = algtype_aes; return(ALGORITHMTYPE); }
H A Dcrypto_openssl.c83 #include <openssl/rijndael.h>
85 #include "crypto/rijndael/rijndael-api-fst.h"
/external/openssh/contrib/redhat/
H A Dopenssh.spec596 - update to 2.5.2p1 (includes endianness fixes in the rijndael implementation)
/external/dropbear/libtomcrypt/
H A Dcrypt.tex640 rijndael\_desc and rijndael\_enc\_desc provide the cipher named \textit{rijndael}. The descriptors aes\_desc and
641 aes\_enc\_desc provide the cipher name \textit{aes}. Functionally both \textit{rijndael} and \textit{aes} are the same cipher. The
643 in the middle (e.g. rijndael\_enc\_desc) are related to an implementation of Rijndael with only the encryption routine
1263 find_cipher("rijndael"), /* cipher id */
2306 idx = find_cipher("rijndael");

Completed in 177 milliseconds