HomeSort by relevance Sort by last modified time
    Searched defs:rcon (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-internal.c 736 const u32 rcon[] = { variable
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 1020 static const ulong32 rcon[] = { variable
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 619 static const u32 rcon[] = { variable
1195 static const u32 rcon[] = { variable
    [all...]
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...]
  /external/qemu/
aes.c 722 static const u32 rcon[] = { variable
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 107 private static final int[] rcon = { field in class:AESEngine
309 temp = subWord(shift(temp, 8)) ^ rcon[(i / KC)-1];
AESFastEngine.java 107 private static final int[] rcon = { field in class:AESFastEngine
    [all...]
  /external/wpa_supplicant/
aes.c 735 static const u32 rcon[] = { variable
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 741 static const u32 rcon[] = { variable
    [all...]

Completed in 2615 milliseconds