Searched refs:rijndael (Results 1 – 9 of 9) sorted by relevance
526 @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.c571 …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.Po575 …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.c578 …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.Po582 …ES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-alg-fst.obj `if t…[all …]
141 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 …]
2 aes_core.c is basically the same as rijndael-alg-fst.c but with an
40 encryption_algorithm rijndael, 3des;
58 encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
94 encryption_algorithm 3des, rijndael;
161 struct rijndael_key rijndael; member
640 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");
681 -- 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