Home
last modified time | relevance | path

Searched refs:rijndael (Results 1 – 9 of 9) sorted by relevance

/external/ipsec-tools/src/racoon/
DMakefile.in526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-alg-fst.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-api-fst.Po@am__quote@
570 rijndael-api-fst.obj: missing/crypto/rijndael/rijndael-api-fst.c
571 …CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-api-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-api-fst.T…
572 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po
575 …ES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-api-fst.obj `if t…
577 rijndael-alg-fst.obj: missing/crypto/rijndael/rijndael-alg-fst.c
578 …CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-alg-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-alg-fst.T…
579 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po
582 …ES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-alg-fst.obj `if t…
[all …]
/external/dropbear/libtomcrypt/src/ciphers/aes/
Daes.c141 skey->rijndael.Nr = 10 + ((keylen/8)-2)*2; in SETUP()
145 rk = skey->rijndael.eK; in SETUP()
169 temp = skey->rijndael.eK[rk - skey->rijndael.eK + 5]; in SETUP()
192 temp = skey->rijndael.eK[rk - skey->rijndael.eK + 7]; in SETUP()
217 rk = skey->rijndael.dK; in SETUP()
218 rrk = skey->rijndael.eK + j - 4; in SETUP()
228 for (i = 1; i < skey->rijndael.Nr; i++) { in SETUP()
301 Nr = skey->rijndael.Nr; in _rijndael_ecb_encrypt()
302 rk = skey->rijndael.eK; in _rijndael_ecb_encrypt()
480 Nr = skey->rijndael.Nr; in _rijndael_ecb_decrypt()
[all …]
/external/openssl/crypto/aes/
DREADME2 aes_core.c is basically the same as rijndael-alg-fst.c but with an
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-gssapi40 encryption_algorithm rijndael, 3des;
Dracoon.conf.sample58 encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
Dracoon.conf.sample-natt94 encryption_algorithm 3des, rijndael;
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h161 struct rijndael_key rijndael; member
/external/dropbear/libtomcrypt/
Dcrypt.tex640 rijndael\_desc and rijndael\_enc\_desc provide the cipher named \textit{rijndael}. The descriptors…
641 aes\_enc\_desc provide the cipher name \textit{aes}. Functionally both \textit{rijndael} and \text…
643 in the middle (e.g. rijndael\_enc\_desc) are related to an implementation of Rijndael with only the…
1263 find_cipher("rijndael"), /* cipher id */
2306 idx = find_cipher("rijndael");
Dchanges681 -- Added stack cleaning to rijndael, cast5 so now all ciphers have CLEAN_STACK code.
1470 For example, the library with rijndael+ctr+sha1+ECC is 91KB compared