Home
last modified time | relevance | path

Searched refs:Ls (Results 1 – 25 of 97) sorted by relevance

1234

/external/dropbear/libtomcrypt/src/mac/pmac/
Dpmac_init.c95 XMEMCPY(pmac->Ls[0], L, pmac->block_len); in pmac_init()
97 m = pmac->Ls[x-1][0] >> 7; in pmac_init()
99 pmac->Ls[x][y] = ((pmac->Ls[x-1][y] << 1) | (pmac->Ls[x-1][y+1] >> 7)) & 255; in pmac_init()
101 pmac->Ls[x][pmac->block_len-1] = (pmac->Ls[x-1][pmac->block_len-1] << 1) & 255; in pmac_init()
105 pmac->Ls[x][y] ^= polys[poly].poly_mul[y]; in pmac_init()
Dpmac_shift_xor.c31 *((LTC_FAST_TYPE*)((unsigned char *)pmac->Ls[y] + x)); in pmac_shift_xor()
35 pmac->Li[x] ^= pmac->Ls[y][x]; in pmac_shift_xor()
/external/dropbear/libtomcrypt/src/encauth/ocb/
Docb_init.c92 XMEMCPY(ocb->Ls[0], ocb->L, ocb->block_len); in ocb_init()
94 m = ocb->Ls[x-1][0] >> 7; in ocb_init()
96 ocb->Ls[x][y] = ((ocb->Ls[x-1][y] << 1) | (ocb->Ls[x-1][y+1] >> 7)) & 255; in ocb_init()
98 ocb->Ls[x][ocb->block_len-1] = (ocb->Ls[x-1][ocb->block_len-1] << 1) & 255; in ocb_init()
102 ocb->Ls[x][y] ^= polys[poly].poly_mul[y]; in ocb_init()
Docb_shift_xor.c30 ocb->Li[x] ^= ocb->Ls[y][x]; in ocb_shift_xor()
/external/v8/test/mjsunit/
Dtestcfg.py106 def Ls(self, path): member in MjsunitTestConfiguration
112 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
113 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
114 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
115 … third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))]
116 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))]
117 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler'))]
/external/v8/test/message/
Dtestcfg.py101 def Ls(self, path): member in MessageTestConfiguration
108 mjsunit = [current_path + [t] for t in self.Ls(self.root)]
109 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
110 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h59 unsigned char Ls[32][MAXBLOCKSIZE], /* L shifted by i bits to the left */ member
143 Ls[32][MAXBLOCKSIZE], /* L shifted by i bits to the left */ member
/external/icu4c/data/curr/
Dmk.txt395 "Ls",
Dhe.txt443 "Ls",
Dka.txt411 "Ls",
Dar.txt519 "Ls",
Droot.txt363 "Ls",
Dja.txt563 "Ls",
Dzh_Hant.txt536 "Ls",
Dko.txt563 "Ls",
Dzh.txt551 "Ls",
Dru.txt563 "Ls",
Dbn.txt563 "Ls",
Dth.txt563 "Ls",
Duk.txt563 "Ls",
Dis.txt343 "Ls",
Det.txt418 "Ls",
Dbg.txt547 "Ls",
Dcs.txt539 "Ls",
Dsk.txt511 "Ls",

1234