/external/openssl/crypto/modes/asm/ |
D | ghash-x86_64.pl | 63 $Xi="%rdi"; 172 movzb 15($Xi),$Zlo 175 &loop ($Xi); 177 mov $Zlo,8($Xi) 178 mov $Zhi,($Xi) 240 &mov ($Zlo,"8($Xi)"); 241 &mov ($Zhi,"0($Xi)"); 251 &mov ("($Xi)",$Zhi); 252 &mov ("8($Xi)","%rdx"); 287 &mov ($dat,"$j($Xi)") if (--$j%4==0); [all …]
|
D | ghash-x86.pl | 818 ($Xi,$Xhi)=("xmm0","xmm1"); $Hkey="xmm2"; 825 my ($Xhi,$Xi,$Hkey)=@_; 827 &movdqa ($Xhi,$Xi); # 828 &pshufd ($T1,$Xi,0b01001110); 830 &pxor ($T1,$Xi); # 833 &pclmulqdq ($Xi,$Hkey,0x00); ####### 836 &xorps ($T1,$Xi); # 843 &pxor ($Xi,$T2); # 852 my ($Xhi,$Xi,$Hkey)=@_; 854 &movdqa ($T1,$Xi); # [all …]
|
D | ghash-armv4.pl | 63 $Xi="r0"; # argument block 91 str $_,[$Xi,#$i] 93 str $_,[$Xi,#$i] 96 strb $_,[$Xi,#$i+3] 98 strb $Tlh,[$Xi,#$i+2] 100 strb $Thl,[$Xi,#$i+1] 101 strb $Thh,[$Xi,#$i] 144 ldrb $nhi,[$Xi,#15] 162 ldrb $nhi,[$Xi,#14] 195 ldrplb $Tll,[$Xi,$cnt] [all …]
|
D | ghash-s390x.pl | 58 $Xi="%r2"; # argument block 96 la %r1,0($Xi) # H lies right after Xi in gcm128_context 108 aghi $Xi,-1 113 lg $Zlo,8+1($Xi) # Xi 134 la %r1,0($Xi) # H lies right after Xi in gcm128_context 147 aghi $Xi,-1 152 lg $Zlo,8+1($Xi) # Xi 153 lg $Zhi,0+1($Xi) 159 stg $Zlo,8+1($Xi) 160 stg $Zhi,0+1($Xi) [all …]
|
D | ghash-sparcv9.pl | 64 $Xi="%i0"; # input argument block 86 ldub [$Xi+15],$xi0 87 ldub [$Xi+14],$xi1 136 ldub [$Xi+$cnt],$xi1 188 stx $Zlo,[$Xi+8] 190 stx $Zhi,[$Xi] 208 stx $Zlo,[$Xi+8] 210 stx $Zhi,[$Xi] 226 ldub [$Xi+15],$nlo 238 ldub [$Xi+14],$nlo [all …]
|
D | ghash-parisc.pl | 53 $Xi="%r26"; # argument block 124 ldb 15($Xi),$nlo 136 ldb 14($Xi),$nlo 165 ldbx $cnt($Xi),$nlo 205 std $Zll,8($Xi) 206 std $Zhh,0($Xi) 214 ldb 15($Xi),$nlo 227 ldb 14($Xi),$nlo 258 ldbx $cnt($Xi),$nlo 313 stw $Zll,12($Xi) [all …]
|
D | ghash-alpha.pl | 34 $Xi="a0"; # $16, input argument block 266 ldq $Xlo,8($Xi) 267 ldq $Xhi,0($Xi) 314 stq $Xlo,8($Xi) 315 stq $Xhi,0($Xi) 341 ldq $Xhi,0($Xi) 342 ldq $Xlo,8($Xi) 427 stq $Xlo,8($Xi) 428 stq $Xhi,0($Xi)
|
D | ghash-ia64.pl | 109 $ADDP Xi=15,in0 // &Xi[15] 263 ld1 $xi[0]=[$Xip],-1 //(p16) *Xi-- 269 { .mmi; ld1 $xi[0]=[$Xip],-1 //(p16) *Xi-- 297 ld1 $xi[0]=[$Xip],-1 //(p16) *Xi-- 327 ld1 $xi[0]=[$Xip],-1 //(p16) *Xi-- 388 add $Xip=9,$Xip };; // &Xi.lo
|
D | ghash-armv4.s | 317 vld1.64 d29,[r0,:64]!@ load Xi 340 vld1.64 d21,[r0,:64]! @ load Xi 360 veor q14,q10 @ inp^=Xi 365 vmull.p8 q9,d1,d4 @ H.lo�Xi[i] 366 vmull.p8 q8,d0,d4 @ H.hi�Xi[i]
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 145 static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256]) in gcm_gmult_8bit() 148 const u8 *xi = (const u8 *)Xi+15; in gcm_gmult_8bit() 221 if ((u8 *)Xi==xi) break; in gcm_gmult_8bit() 236 Xi[0] = BSWAP8(Z.hi); in gcm_gmult_8bit() 237 Xi[1] = BSWAP8(Z.lo); in gcm_gmult_8bit() 239 u8 *p = (u8 *)Xi; in gcm_gmult_8bit() 248 Xi[0] = Z.hi; in gcm_gmult_8bit() 249 Xi[1] = Z.lo; in gcm_gmult_8bit() 252 #define GCM_MUL(ctx,Xi) gcm_gmult_8bit(ctx->Xi.u,ctx->Htable) argument 335 static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16]) in gcm_gmult_4bit() [all …]
|
D | modes_lcl.h | 105 Xi,H; member 112 void (*gmult)(u64 Xi[2],const u128 Htable[16]); 113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
|
/external/openssl/crypto/sha/asm/ |
D | sha1-sparcv9.pl | 32 $Xi="%g4"; 54 my $xi=($i&1)?@X[($i/2)%8]:$Xi; 72 " srlx @X[(($i+1)/2)%8],32,$Xi\n"; 91 sllx @X[($j+6)%8],32,$Xi ! Xupdate($i) 96 or $tmp1,$Xi,$Xi 98 xor $Xi,@X[$j%8],@X[$j%8] 99 srlx @X[$j%8],31,$Xi 101 and $Xi,$rot1m,$Xi 104 or $Xi,@X[$j%8],@X[$j%8] 116 $xi=$Xi; [all …]
|
D | sha1-thumb.pl | 40 $Xi="r12"; 133 mov $Xi,sp 170 mov $t0,$Xi 175 mov $Xi,$t1 181 cmp $Xi,$t0 187 mov $Xi,$t1 193 cmp $Xi,$t0 201 mov $Xi,$t1 207 cmp $Xi,$t0 211 mov $Xi,sp
|
D | sha1-armv4-large.pl | 71 $Xi="r14"; 77 ldr $t0,[$Xi,#15*4] 78 ldr $t1,[$Xi,#13*4] 79 ldr $t2,[$Xi,#7*4] 81 ldr $t3,[$Xi,#2*4] 88 str $t0,[$Xi,#-4]! 121 str $t0,[$Xi,#-4]! 167 mov $Xi,sp 178 teq $Xi,sp 198 teq $Xi,sp @ preserve carry [all …]
|
D | sha1-586.pl | 415 my $Xi=4; # 4xSIMD Xupdate round, start pre-seeded 539 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer 558 &movdqa (&QWP(0+16*(($Xi-1)&3),"esp"),@X[3]); # X[]+K xfer to IALU 587 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5); # restore X[] from backtrace buffer 595 &movdqa (@X[4],&QWP(112-16+16*(($Xi)/5),"esp")); # K_XX_XX 600 &movdqa (@X[1],@X[-2&7]) if ($Xi<7); 606 $Xi++; push(@X,shift(@X)); # "rotate" X[] 615 &movdqa (@X[2],@X[-1&7]) if ($Xi==8); 624 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]); # save X[] to backtrace buffer 627 if ($Xi%5) { [all …]
|
D | sha1-x86_64.pl | 294 my $Xi=4; 402 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU 438 &movdqa (@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)"); # K_XX_XX 446 $Xi++; push(@X,shift(@X)); # "rotate" X[] 456 &movdqa (@Tx[0],@X[-1&7]) if ($Xi==8); 467 if ($Xi%5) { 470 &movdqa (@Tx[2],eval(16*($Xi/5))."($K_XX_XX)"); 483 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU 503 &movdqa (@Tx[1],@X[0]) if ($Xi<19); 513 $Xi++; push(@X,shift(@X)); # "rotate" X[] [all …]
|
D | sha1-sparcv9a.pl | 58 $Xi="%o7"; 152 ld [$Xfer+`4*($i%16)`],$Xi 160 add $Xi,$e,$e 171 ld [$Xfer+`4*($i%16)`],$Xi 180 add $Xi,$e,$e 204 ld [$Xfer+`4*($i%16)`],$Xi 217 add $Xi,$e,$e 222 ld [$Xfer+`4*($i%16)`],$Xi 237 add $Xi,$e,$e 242 ld [$Xfer+`4*($i%16)`],$Xi [all …]
|
/external/openssl/crypto/aes/asm/ |
D | aesni-sha1-x86_64.pl | 109 my $Xi=4; 284 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU 320 &movdqa (@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)"); # K_XX_XX 328 $Xi++; push(@X,shift(@X)); # "rotate" X[] 338 &movdqa (@Tx[0],@X[-1&7]) if ($Xi==8); 349 if ($Xi%5) { 352 &movdqa (@Tx[2],eval(16*($Xi/5))."($K_XX_XX)"); 365 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU 385 &movdqa (@Tx[1],@X[0]) if ($Xi<19); 395 $Xi++; push(@X,shift(@X)); # "rotate" X[] [all …]
|
/external/openssl/patches/ |
D | sha1_armv4_large.patch | 7 teq $Xi,sp
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 149 # Xi 926
|
/external/icu4c/data/region/ |
D | vi.txt | 250 SL{"Xi-ê-ra Lê-ôn"} 257 SY{"Xi-ri"}
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kdt_lfz4.pkb | 34 �wx��D��������A�M8��70ӌ��8��oփ�Qo>�N"w�"�Rxp"y&��Xi�P�]N��CN
|
D | fr-FR_nk0_kdt_dur.pkb | 115 H@�ʁ�cxV�t= �DLx� H�M��$Gڠ��6`���� ,��)0�o��iF�`E RR�`�B�-�]}{5)tm� ��L�m��_�Xi��kA…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_lfz.pkb | 278 …�R���>�<��dP>��陠K������1]��5�=M��{�Xi�����R��yJ�…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kdt_posd.pkb | 196 …��-�-�(F�}@$���PB�$B�@0�g�Q�����a���<X�0 T��.�YF��Xi2��kٔj����6�.K �H<…
|