Searched refs:Ls (Results 1 – 25 of 97) sorted by relevance
1234
/external/dropbear/libtomcrypt/src/mac/pmac/ |
D | pmac_init.c | 95 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()
|
D | pmac_shift_xor.c | 31 *((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/ |
D | ocb_init.c | 92 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()
|
D | ocb_shift_xor.c | 30 ocb->Li[x] ^= ocb->Ls[y][x]; in ocb_shift_xor()
|
/external/v8/test/mjsunit/ |
D | testcfg.py | 106 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/ |
D | testcfg.py | 101 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/ |
D | tomcrypt_mac.h | 59 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/ |
D | mk.txt | 395 "Ls",
|
D | he.txt | 443 "Ls",
|
D | ka.txt | 411 "Ls",
|
D | ar.txt | 519 "Ls",
|
D | root.txt | 363 "Ls",
|
D | ja.txt | 563 "Ls",
|
D | zh_Hant.txt | 536 "Ls",
|
D | ko.txt | 563 "Ls",
|
D | zh.txt | 551 "Ls",
|
D | ru.txt | 563 "Ls",
|
D | bn.txt | 563 "Ls",
|
D | th.txt | 563 "Ls",
|
D | uk.txt | 563 "Ls",
|
D | is.txt | 343 "Ls",
|
D | et.txt | 418 "Ls",
|
D | bg.txt | 547 "Ls",
|
D | cs.txt | 539 "Ls",
|
D | sk.txt | 511 "Ls",
|
1234