Home
last modified time | relevance | path

Searched refs:Z2_mont (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/third_party/fiat/
Dp256.c1007 fe Z2_mont; in ec_GFp_nistp256_cmp_x_coordinate() local
1008 fe_from_generic(Z2_mont, &p->Z); in ec_GFp_nistp256_cmp_x_coordinate()
1009 fe_mul(Z2_mont, Z2_mont, Z2_mont); in ec_GFp_nistp256_cmp_x_coordinate()
1013 fe_mul(r_Z2, r_Z2, Z2_mont); in ec_GFp_nistp256_cmp_x_coordinate()
1034 fe_mul(r_Z2, r_Z2, Z2_mont); in ec_GFp_nistp256_cmp_x_coordinate()
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_montgomery.c438 EC_FELEM r_Z2, Z2_mont, X; in ec_GFp_mont_cmp_x_coordinate() local
439 ec_GFp_mont_felem_mul(group, &Z2_mont, &p->Z, &p->Z); in ec_GFp_mont_cmp_x_coordinate()
442 ec_GFp_mont_felem_mul(group, &r_Z2, &r_Z2, &Z2_mont); in ec_GFp_mont_cmp_x_coordinate()
457 ec_GFp_mont_felem_mul(group, &r_Z2, &r_Z2, &Z2_mont); in ec_GFp_mont_cmp_x_coordinate()
Dp256-x86_64.c605 BN_ULONG r_Z2[P256_LIMBS], Z2_mont[P256_LIMBS], X[P256_LIMBS]; in ecp_nistz256_cmp_x_coordinate() local
606 ecp_nistz256_mul_mont(Z2_mont, p->Z.words, p->Z.words); in ecp_nistz256_cmp_x_coordinate()
607 ecp_nistz256_mul_mont(r_Z2, r->words, Z2_mont); in ecp_nistz256_cmp_x_coordinate()
622 ecp_nistz256_mul_mont(r_Z2, r_Z2, Z2_mont); in ecp_nistz256_cmp_x_coordinate()