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

  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_shift_xor.c 31 *((LTC_FAST_TYPE*)((unsigned char *)pmac->Ls[y] + x));
35 pmac->Li[x] ^= pmac->Ls[y][x];
pmac_init.c 94 /* find Ls[i] = L << i for i == 0..31 */
95 XMEMCPY(pmac->Ls[0], L, pmac->block_len);
97 m = pmac->Ls[x-1][0] >> 7;
99 pmac->Ls[x][y] = ((pmac->Ls[x-1][y] << 1) | (pmac->Ls[x-1][y+1] >> 7)) & 255;
101 pmac->Ls[x][pmac->block_len-1] = (pmac->Ls[x-1][pmac->block_len-1] << 1) & 255;
105 pmac->Ls[x][y] ^= polys[poly].poly_mul[y];
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_shift_xor.c 30 ocb->Li[x] ^= ocb->Ls[y][x];
ocb_init.c 91 /* find Ls[i] = L << i for i == 0..31 */
92 XMEMCPY(ocb->Ls[0], ocb->L, ocb->block_len);
94 m = ocb->Ls[x-1][0] >> 7;
96 ocb->Ls[x][y] = ((ocb->Ls[x-1][y] << 1) | (ocb->Ls[x-1][y+1] >> 7)) & 255;
98 ocb->Ls[x][ocb->block_len-1] = (ocb->Ls[x-1][ocb->block_len-1] << 1) & 255;
102 ocb->Ls[x][y] ^= polys[poly].poly_mul[y];
  /external/v8/test/mjsunit/
testcfg.py 118 def Ls(self, path):
124 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
125 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
126 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
127 third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))]
128 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))]
129 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler'))]
130 harmony = [current_path + ['harmony', t] for t in self.Ls(join(self.root, 'harmony'))]
  /external/v8/test/message/
testcfg.py 100 def Ls(self, path):
107 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
108 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
109 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 59 unsigned char Ls[32][MAXBLOCKSIZE], /* L shifted by i bits to the left */
143 Ls[32][MAXBLOCKSIZE], /* L shifted by i bits to the left */
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 172 milliseconds