/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 277 BN_ULONG *res_x = r->X; in ecp_nistz256_point_double() local 302 ecp_nistz256_sqr_mont(res_x, M); in ecp_nistz256_point_double() 304 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double() 305 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double() 324 BN_ULONG res_x[P256_LIMBS]; in ecp_nistz256_point_add() local 419 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add() 420 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add() 422 ecp_nistz256_sub(res_y, U2, res_x); in ecp_nistz256_point_add() 428 copy_conditional(res_x, in2_x, in1infty); in ecp_nistz256_point_add() 432 copy_conditional(res_x, in1_x, in2infty); in ecp_nistz256_point_add() [all …]
|
/freebsd/crypto/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-ppc64.pl | 1043 my ($res_x,$res_y,$res_z, 1272 addi $rp,$sp,$res_x 1307 ld $a0,$res_x+0($sp) # res 1308 ld $a1,$res_x+8($sp) 1309 ld $a2,$res_x+16($sp) 1310 ld $a3,$res_x+24($sp) 1347 ld $a0,$res_x+$i+32($sp) 1348 ld $a1,$res_x+$i+40($sp) 1349 ld $a2,$res_x+$i+48($sp) 1350 ld $a3,$res_x+$i+56($sp) [all …]
|
H A D | ecp_nistz256-x86.pl | 1379 { my ($res_x,$res_y,$res_z, 1582 &lea ("edi",&DWP($res_x,"esp")); 1585 &lea ("esi",&DWP($res_x,"esp")); 1587 &lea ("edi",&DWP($res_x,"esp")); 1591 &lea ("ebp",&DWP($res_x,"esp")); 1625 &and ("eax",&DWP($res_x+$i,"esp")); 1636 &and ("eax",&DWP($res_x+$i,"esp")); 1655 my ($res_x,$res_y,$res_z, 1791 &lea ("edi",&DWP($res_x,"esp")); 1794 &lea ("esi",&DWP($res_x,"esp")); [all …]
|
H A D | ecp_nistz256-armv8.pl | 872 my ($res_x,$res_y,$res_z, 1042 add $rp,sp,#$res_x 1069 ldp $a0,$a1,[sp,#$res_x] // res 1070 ldp $a2,$a3,[sp,#$res_x+16] 1081 ldp $a0,$a1,[sp,#$res_x+$i+32] // res 1085 ldp $a2,$a3,[sp,#$res_x+$i+48] 1130 my ($res_x,$res_y,$res_z, 1252 add $rp,sp,#$res_x 1279 ldp $a0,$a1,[sp,#$res_x] // res 1280 ldp $a2,$a3,[sp,#$res_x+16] [all …]
|
H A D | ecp_nistz256-sparcv9.pl | 876 my ($res_x,$res_y,$res_z, 1090 add %sp,LOCALS+$res_x,$rp 1094 add %sp,LOCALS+$res_x,$rp 1147 my ($res_x,$res_y,$res_z, 1284 add %sp,LOCALS+$res_x,$rp 1288 add %sp,LOCALS+$res_x,$rp 2030 my ($res_x,$res_y,$res_z, 2212 add %sp,LOCALS64+$res_x,$rp 2216 add %sp,LOCALS64+$res_x,$rp 2231 ldx [%sp+LOCALS64+$res_x],$a0 ! forward load [all …]
|
H A D | ecp_nistz256-armv4.pl | 1391 my ($res_x,$res_y,$res_z, 1572 add $r_ptr,sp,#$res_x 1597 add r1,sp,#$res_x 1641 my ($res_x,$res_y,$res_z, 1767 add $r_ptr,sp,#$res_x 1792 add r1,sp,#$res_x
|
H A D | ecp_nistz256-x86_64.pl | 3472 $res_x,$res_y,$res_z, 3719 lea $res_x(%rsp), $r_ptr 3777 pandn $res_x(%rsp), %xmm0 3779 pandn $res_x+0x10(%rsp), %xmm1 3852 $res_x,$res_y,$res_z, 4044 lea $res_x(%rsp), $r_ptr 4102 pandn $res_x(%rsp), %xmm0 4104 pandn $res_x+0x10(%rsp), %xmm1
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ecp_nistz256-armv4.S | 3711 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M); 3714 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0); 3718 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x); 3905 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr); 3908 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub); 3912 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x); 3937 ldmia r1!,{r4,r5} @ res_x 3951 ldmia r1!,{r4,r5} @ res_x 3965 ldmia r1!,{r4,r5} @ res_x 3979 ldmia r1!,{r4,r5} @ res_x [all …]
|
/freebsd/sys/dev/hid/ |
H A D | ietp.c | 116 uint16_t res_x; /* dots per mm */ member 303 0, sc->max_x, 0, 0, sc->res_x); in ietp_attach() 538 sc->res_x = ietp_res2dpmm(buf8[0], sc->hi_precision); in ietp_iic_attach()
|