HomeSort by relevance Sort by last modified time
    Searched full:rcon (Results 1 - 25 of 29) sorted by null

1 2

  /external/wpa_supplicant_8/src/crypto/
aes_i.h 27 extern const u32 rcon[10];
33 #define RCON(i) rcon[(i)]
68 #define RCON(i) (rcons[(i)] << 24)
aes-internal.c 729 const u32 rcon[] = { variable
    [all...]
  /external/quake/quake/src/QW/
cmds.txt 37 rcon", CL_Rcon_f
63 rcon", CL_Rcon_f
  /external/openssl/crypto/aes/asm/
vpaes-x86.pl 103 $k_rcon=0x140; # rcon
373 &movdqa ("xmm2",&QWP($k_rcon,$const)); # load rcon
464 ## high side's, except no rcon and no rotation.
564 ## Adds rcon from low byte of %xmm8, then rotates %xmm8 for
565 ## next rcon.
574 # extract rcon from xmm8
588 # low round: same as high round, but no rotation and no rcon.
aes-armv4.S 105 @ rcon[]
436 add r6,r10,#256 @ rcon
450 ldr r4,[r6],#4 @ rcon[i++]
499 add r6,r10,#256 @ rcon
514 ldr r4,[r6],#4 @ rcon[i++]
568 add r6,r10,#256 @ rcon
583 ldr r4,[r6],#4 @ rcon[i++]
vpaes-x86_64.pl 288 movdqa .Lk_rcon(%rip), %xmm8 # load rcon
381 ## high side's, except no rcon and no rotation.
486 ## Adds rcon from low byte of %xmm8, then rotates %xmm8 for
487 ## next rcon.
498 # extract rcon from xmm8
510 # low round: same as high round, but no rotation and no rcon.
1009 .Lk_rcon: # rcon
aes-armv4.pl 158 @ rcon[]
489 add $t3,$tbl,#256 @ rcon
503 ldr $t1,[$t3],#4 @ rcon[i++]
552 add $t3,$tbl,#256 @ rcon
567 ldr $t1,[$t3],#4 @ rcon[i++]
621 add $t3,$tbl,#256 @ rcon
636 ldr $t1,[$t3],#4 @ rcon[i++]
aes-mips.pl 786 my ($rcon,$cnt)=($gp,$fp);
797 $PTR_ADD $rcon,$Tbl,1024+256
867 lw $i0,0($rcon)
879 $PTR_ADD $rcon,4
924 lw $i0,0($rcon)
938 $PTR_ADD $rcon,4
984 lw $i0,0($rcon)
1025 $PTR_ADD $rcon,4
    [all...]
aes-s390x.pl 230 # rcon[]
888 x $t2,256($t3,$tbl) # rcon[i]
947 x $t1,256($t3,$tbl) # rcon[i]
1011 x $t1,256($t3,$tbl) # rcon[i]
    [all...]
aes-x86_64.pl 1283 xor 1024-128(%rbp,%rcx,4),%eax # rcon
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 154 rk[4] = rk[0] ^ setup_mix(temp) ^ rcon[i];
173 rk[ 6] = rk[ 0] ^ setup_mix(temp) ^ rcon[i];
196 rk[ 8] = rk[ 0] ^ setup_mix(temp) ^ rcon[i];
aes_tab.c 1020 static const ulong32 rcon[] = { variable
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 101 for (var t=0; t<4; t++) temp[t] ^= Rcon[i/Nk][t];
141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2]
142 var Rcon = [ [0x00, 0x00, 0x00, 0x00],
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 101 for (var t=0; t<4; t++) temp[t] ^= Rcon[i/Nk][t];
141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2]
142 var Rcon = [ [0x00, 0x00, 0x00, 0x00],
  /external/openssl/crypto/aes/
aes_x86core.c 461 static const u32 rcon[] = { variable
464 0x0000001bU, 0x00000036U, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
503 rcon[i];
523 rcon[i];
545 rcon[i];
    [all...]
aes_core.c 619 static const u32 rcon[] = { variable
1195 static const u32 rcon[] = { variable
    [all...]
  /external/quake/quake/src/QW/client/
cl_main.c 318 "issuing an rcon command.\n");
328 strcat (message, "rcon ");
347 "to issue rcon commands\n");
1148 Cmd_AddCommand ("rcon", CL_Rcon_f);
  /external/quake/quake/src/QW/server/
sv_main.c 727 A client issued an rcon command.
739 Con_Printf ("Bad rcon from %s:\n%s\n"
748 Con_Printf ("Rcon from %s:\n%s\n"
823 else if (!strcmp(c, "rcon"))
    [all...]
  /external/valgrind/main/none/tests/amd64/
aes.c 227 ; xmm2 holds a 128-bit input; imm8 holds the RCON value
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 107 private static final int[] rcon = { field in class:AESEngine
307 temp = subWord(shift(temp, 8)) ^ rcon[(i / KC)-1];
AESFastEngine.java 110 private static final int[] rcon = { field in class:AESFastEngine
    [all...]
  /external/openssh/
rijndael.c 713 static const u32 rcon[] = { variable
    [all...]
  /external/qemu/
aes.c 722 static const u32 rcon[] = { variable
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 70 tk[0][0] ^= rcon[rconpointer++];
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
AES.java 125 private static final int[] rcon = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, field in class:AES
    [all...]

Completed in 2940 milliseconds

1 2