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

1 2 3 4

  /build/soong/cmd/sbox/
Android.bp 16 name: "sbox",
18 "sbox.go",
sbox.go 58 "Usage: sbox -c <commandToRun> --sandbox-path <sandboxPath> --output-root <outputRoot> --overwrite [--depfile-out depFile] <outputFile> [<outputFile>...]\n"+
104 // and the sbox executable will most likely be at a fixed location relative to OUT_DIR too, so
105 // the value of sandboxesRoot will most likely be at a fixed location relative to the sbox executable
137 tempDir, err := ioutil.TempDir(sandboxesRoot, "sbox")
207 return fmt.Errorf("sbox command (%s) failed with err %#v\n", commandDescription, err.Error())
231 errorMessage += "in sbox command(" + commandDescription + ")\n\n"
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aes-x86_64.pl 62 $sbox="%r14";
99 mov 0($sbox,$acc0,8),$t0
100 mov 0($sbox,$acc1,8),$t1
101 mov 0($sbox,$acc2,8),$t2
106 xor 3($sbox,$acc0,8),$t0
107 xor 3($sbox,$acc1,8),$t1
108 mov 0($sbox,$acc2,8),$t3
113 xor 3($sbox,$acc0,8),$t2
115 xor 3($sbox,$acc2,8),$t3
124 xor 2($sbox,$acc0,8),$t
    [all...]
vpaes-x86.pl 118 $k_deskew=0x180; # deskew tables: inverts the sbox's "skew"
146 $k_dsb9=0x240; # decryption sbox output *9*u, *9*t
149 $k_dsbd=0x260; # decryption sbox output *D*u, *D*t
152 $k_dsbb=0x280; # decryption sbox output *B*u, *B*t
155 $k_dsbe=0x2a0; # decryption sbox output *E*u, *E*t
158 $k_dsbo=0x2c0; # decryption sbox final output
629 &pxor ("xmm0","xmm4"); # 0 = sbox output
vpaes-x86_64.pl 546 pxor %xmm4, %xmm0 # 0 = sbox output
1020 .Lk_deskew: # deskew tables: inverts the sbox's "skew"
1049 .Lk_dsb9: # decryption sbox output *9*u, *9*t
1052 .Lk_dsbd: # decryption sbox output *D*u, *D*t
1055 .Lk_dsbb: # decryption sbox output *B*u, *B*t
1058 .Lk_dsbe: # decryption sbox output *E*u, *E*t
1061 .Lk_dsbo: # decryption sbox final output
  /external/lzma/C/
Aes.c 10 static const Byte Sbox[256] = {
58 InvS[Sbox[i]] = (Byte)i;
63 UInt32 a1 = Sbox[i];
116 #define FT(i, x) Sbox[gb ## x(m[(i + x) & 3])]
153 t = Ui32(Sbox[gb1(t)] ^ Rcon[i / keySize], Sbox[gb2(t)], Sbox[gb3(t)], Sbox[gb0(t)]);
155 t = Ui32(Sbox[gb0(t)], Sbox[gb1(t)], Sbox[gb2(t)], Sbox[gb3(t)]);
    [all...]
  /external/pdfium/core/fdrm/crypto/
fx_crypt_aes.cpp 25 const unsigned char Sbox[256] = {
449 (newstate[i] = (Sbox[(block[i] >> 24) & 0xFF] << 24) | \
450 (Sbox[(block[(i + C1) % Nb] >> 16) & 0xFF] << 16) | \
451 (Sbox[(block[(i + C2) % Nb] >> 8) & 0xFF] << 8) | \
452 (Sbox[(block[(i + C3) % Nb]) & 0xFF]))
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 620 struct pipe_box sbox, dstbox; local
672 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
673 sbox.y = util_format_get_nblocksy(src->format, src_box->y);
674 sbox.z = src_box->z;
675 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
676 sbox.height = util_format_get_nblocksy(src->format, src_box->height);
677 sbox.depth = src_box->depth;
678 src_box = &sbox;
693 sbox = *src_box;
694 sbox.x = util_format_get_nblocksx(src->format, src_box->x)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 849 struct pipe_box sbox, dstbox; local
890 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
891 sbox.y = util_format_get_nblocksy(src->format, src_box->y);
892 sbox.z = src_box->z;
893 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
894 sbox.height = util_format_get_nblocksy(src->format, src_box->height);
895 sbox.depth = src_box->depth;
896 src_box = &sbox;
911 sbox = *src_box;
912 sbox.x = util_format_get_nblocksx(src->format, src_box->x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gl.py 69 'rpmv2s', 'rpmvi', 'rpmvs', 'sbox', 'sboxf', 'sboxfi', 'sboxfs',
  /external/fio/crc/
xxhash.h 46 SBox 1.4 GB/s 9 Bret Mulvey
  /external/python/cpython2/Lib/test/
test_gl.py 68 'rpmv2s', 'rpmvi', 'rpmvs', 'sbox', 'sboxf', 'sboxfi', 'sboxfs',
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gl.py 69 'rpmv2s', 'rpmvi', 'rpmvs', 'sbox', 'sboxf', 'sboxfi', 'sboxfs',
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gl.py 69 'rpmv2s', 'rpmvi', 'rpmvs', 'sbox', 'sboxf', 'sboxfi', 'sboxfs',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 69 'rpmv2s', 'rpmvi', 'rpmvs', 'sbox', 'sboxf', 'sboxfi', 'sboxfs',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 69 'rpmv2s', 'rpmvi', 'rpmvs', 'sbox', 'sboxf', 'sboxfi', 'sboxfs',
  /build/soong/genrule/
genrule.go 40 pctx.HostBinToolVariable("sboxCmd", "sbox")
275 // tell the sbox command which directory to use as its sandbox root
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 806 struct pipe_box sbox; local
808 u_box_origin_2d(itransfer->b.box.width, itransfer->b.box.height, &sbox);
812 0, &sbox);
  /external/syslinux/gpxe/src/net/80211/
wpa_tkip.c 94 static const u16 Sbox[256] = {
137 return Sbox[v & 0xFF] ^ swap16 ( Sbox[v >> 8] );
  /external/syslinux/com32/cmenu/libmenu/
des.c 139 static const my_u_char_t sbox[8][64] = { variable
263 u_sbox[i][j] = sbox[i][b];
815 * Do sbox lookups (which shrink it back to 32 bits)
  /external/ImageMagick/MagickCore/
cipher.c 141 SBox[256] =
487 key[i]=ByteSubTransform(alpha,SBox);
    [all...]
  /external/lz4/lib/
xxhash.h 47 SBox 1.4 GB/s 9 Bret Mulvey
  /external/vulkan-validation-layers/layers/
xxhash.h 47 SBox 1.4 GB/s 9 Bret Mulvey
  /external/scapy/scapy/
volatile.py 53 self.sbox = [self.rnd.randint(0, self.fsmask)
62 lsb ^= self.sbox[ct%self.sbox_size]
  /prebuilts/devtools/tools/lib/
jobb.jar 

Completed in 1742 milliseconds

1 2 3 4