OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hshr4
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/modes/asm/
ghash-ia64.pl
212
for($i=0;$i<8;$i++) { # generate first half of
Hshr4
[]
233
for($i=0;$i<6;$i++) { # generate second half of
Hshr4
[]
285
ld8 $rem[0]=[$Btbl],-256 //(p18) Htable[nhi].lo,&
Hshr4
[nhi].lo
291
{ .mmi; ld8 $Blo=[$Btbl],8 //(p18)
Hshr4
[nhi].lo,&
Hshr4
[nhi].hi
296
{ .mmi; ld8 $Bhi=[$Btbl] //(p18)
Hshr4
[nhi].hi
309
ld8 $rem[0]=[$Btbl],-256 //(p18) Htable[nhi].lo,&
Hshr4
[nhi].lo
312
xor $Zlo=$Zlo,$Blo //(p19) Z.lo^=
Hshr4
[nhi].lo
319
xor $Zhi=$Zhi,$Bhi };; //(p19) Z.hi^=
Hshr4
[nhi].hi
320
{ .mmi; ld8 $Blo=[$Btbl],8 //(p18)
Hshr4
[nhi].lo,&Hshr4[nhi].h
[
all
...]
ghash-x86_64.pl
215
my $
Hshr4
="%rbp";
218
&lea ($
Hshr4
,"16+128(%rsp)");
230
&mov ("8*$j($
Hshr4
)",$hi[0]) if ($i>1);
233
&mov ("8*$j-128($
Hshr4
)",$lo[0]) if ($i>1);
292
&xor ($Zlo,"-128($
Hshr4
,$nhi[0],8)");
294
&xor ($Zhi,"($
Hshr4
,$nhi[0],8)");
/external/openssl/crypto/modes/
gcm128.c
462
u128
Hshr4
[16]; /* Htable shifted right by 4 bits */
506
Hshr4
[cnt].lo = (Z.hi<<60)|(Z.lo>>4);
507
Hshr4
[cnt].hi = (Z.hi>>4);
526
Z.hi ^=
Hshr4
[nhi].hi;
527
Z.lo ^=
Hshr4
[nhi].lo;
[
all
...]
Completed in 1007 milliseconds