Searched refs:res_z (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c259 BN_ULONG *res_z = r->Z; local
267 ecp_nistz256_mul_mont(res_z, in_z, in_y);
268 ecp_nistz256_mul_by_2(res_z, res_z);
306 BN_ULONG res_z[P256_LIMBS]; local
363 ecp_nistz256_mul_mont(res_z, H, in1_z); /* Z3 = H*Z1*Z2 */
365 ecp_nistz256_mul_mont(res_z, res_z, in2_z); /* Z3 = H*Z1*Z2 */
382 copy_conditional(res_z, in2_z, in1infty);
386 copy_conditional(res_z, in1_
407 BN_ULONG res_z[P256_LIMBS]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c259 BN_ULONG *res_z = r->Z; local
267 ecp_nistz256_mul_mont(res_z, in_z, in_y);
268 ecp_nistz256_mul_by_2(res_z, res_z);
306 BN_ULONG res_z[P256_LIMBS]; local
363 ecp_nistz256_mul_mont(res_z, H, in1_z); /* Z3 = H*Z1*Z2 */
365 ecp_nistz256_mul_mont(res_z, res_z, in2_z); /* Z3 = H*Z1*Z2 */
382 copy_conditional(res_z, in2_z, in1infty);
386 copy_conditional(res_z, in1_
407 BN_ULONG res_z[P256_LIMBS]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2045 call __ecp_nistz256_mul_mont$x # p256_mul_mont(res_z, in_z, in_y);
2046 call __ecp_nistz256_mul_by_2$x # p256_mul_by_2(res_z, res_z);
2191 $res_x,$res_y,$res_z,
2377 lea $res_z(%rsp), $r_ptr # Z3 = H*Z1*Z2
2378 call __ecp_nistz256_mul_mont$x # p256_mul_mont(res_z, H, in1_z);
2384 `&load_for_mul("$res_z(%rsp)", "$in2_z(%rsp)", "$src0")`
2385 lea $res_z(%rsp), $r_ptr # Z3 = H*Z1*Z2
2386 call __ecp_nistz256_mul_mont$x # p256_mul_mont(res_z, res_z, in2_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2045 call __ecp_nistz256_mul_mont$x # p256_mul_mont(res_z, in_z, in_y);
2046 call __ecp_nistz256_mul_by_2$x # p256_mul_by_2(res_z, res_z);
2191 $res_x,$res_y,$res_z,
2377 lea $res_z(%rsp), $r_ptr # Z3 = H*Z1*Z2
2378 call __ecp_nistz256_mul_mont$x # p256_mul_mont(res_z, H, in1_z);
2384 `&load_for_mul("$res_z(%rsp)", "$in2_z(%rsp)", "$src0")`
2385 lea $res_z(%rsp), $r_ptr # Z3 = H*Z1*Z2
2386 call __ecp_nistz256_mul_mont$x # p256_mul_mont(res_z, res_z, in2_
[all...]

Completed in 106 milliseconds