HomeSort by relevance Sort by last modified time
    Searched refs:Sbox (Results 1 - 4 of 4) sorted by null

  /external/lzma/C/
Aes.c 10 static Byte Sbox[256] = {
58 InvS[Sbox[i]] = (Byte)i;
62 UInt32 a1 = Sbox[i];
111 #define FT(i, x) Sbox[gb ## x(m[(i + x) & 3])]
146 t = Ui32(Sbox[gb1(t)] ^ Rcon[i / keySize], Sbox[gb2(t)], Sbox[gb3(t)], Sbox[gb0(t)]);
148 t = Ui32(Sbox[gb0(t)], Sbox[gb1(t)], Sbox[gb2(t)], Sbox[gb3(t)]);
    [all...]
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp 36 static const unsigned char Sbox[256] = {
460 (newstate[i] = (Sbox[(block[i] >> 24) & 0xFF] << 24) | \
461 (Sbox[(block[(i + C1) % Nb] >> 16) & 0xFF] << 16) | \
462 (Sbox[(block[(i + C2) % Nb] >> 8) & 0xFF] << 8) | \
463 (Sbox[(block[(i + C3) % Nb]) & 0xFF]))
    [all...]
  /external/boringssl/src/crypto/aes/asm/
bsaes-armv7.pl 74 sub Sbox {
883 &Sbox (@XMM[0..7, 8..15]);
    [all...]
bsaes-x86_64.pl 112 sub Sbox {
726 &Sbox (@b,@t);
737 &Sbox (@b,@t);
842 &Sbox (@XMM[0..7, 8..15]);
    [all...]

Completed in 462 milliseconds