Home
last modified time | relevance | path

Searched refs:in_x (Results 1 – 5 of 5) sorted by relevance

/openssl-master/crypto/ec/asm/
A Decp_nistz256-x86.pl1253 &mov (&DWP($in_x+0,"esp"),"eax");
1254 &mov (&DWP($in_x+4,"esp"),"ebx");
1255 &mov (&DWP($in_x+8,"esp"),"ecx");
1256 &mov (&DWP($in_x+12,"esp"),"edx");
1261 &mov (&DWP($in_x+16,"esp"),"eax");
1262 &mov (&DWP($in_x+20,"esp"),"ebx");
1263 &mov (&DWP($in_x+24,"esp"),"ecx");
1264 &mov (&DWP($in_x+28,"esp"),"edx");
1292 &lea ("esi",&DWP($in_x,"esp"));
1303 &lea ("esi",&DWP($in_x,"esp"));
[all …]
A Decp_nistz256-armv4.pl1276 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1291 add r3,sp,#$in_x
1318 add $a_ptr,sp,#$in_x
1323 add $a_ptr,sp,#$in_x
1347 add $a_ptr,sp,#$in_x
A Decp_nistz256-sparcv9.pl2031 $in_x,$in_y,$in_z,
2075 stx $a0,[%sp+LOCALS64+$in_x]
2077 stx $a1,[%sp+LOCALS64+$in_x+8]
2079 stx $a2,[%sp+LOCALS64+$in_x+16]
2081 stx $a3,[%sp+LOCALS64+$in_x+24]
2128 add %sp,LOCALS64+$in_x,$bp
2141 add %sp,LOCALS64+$in_x,$bp
2191 ldx [%sp+LOCALS64+$in_x],$a0
2192 ldx [%sp+LOCALS64+$in_x+8],$a1
2193 ldx [%sp+LOCALS64+$in_x+16],$a2
[all …]
A Decp_nistz256-x86_64.pl3224 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
3284 movdqa %xmm0, $in_x(%rsp)
3285 movdqa %xmm1, $in_x+0x10(%rsp)
3318 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
3319 mov $in_x+8*1(%rsp), $acc5
3321 mov $in_x+8*2(%rsp), $acc0
3322 mov $in_x+8*3(%rsp), $acc1
3326 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
3327 mov $in_x+8*1(%rsp), $acc5
3329 mov $in_x+8*2(%rsp), $acc0
[all …]
/openssl-master/crypto/ec/
A Decp_nistz256.c273 const BN_ULONG *in_x = a->X; in ecp_nistz256_point_double() local
290 ecp_nistz256_add(M, in_x, Zsqr); in ecp_nistz256_point_double()
291 ecp_nistz256_sub(Zsqr, in_x, Zsqr); in ecp_nistz256_point_double()
299 ecp_nistz256_mul_mont(S, S, in_x); in ecp_nistz256_point_double()

Completed in 23 milliseconds