Searched refs:fe_to_generic (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 107 static void fe_to_generic(EC_FELEM *out, const fe in) { in fe_to_generic() function 852 fe_to_generic(x_out, x); in ec_GFp_nistp256_point_get_affine_coordinates() 860 fe_to_generic(y_out, y); in ec_GFp_nistp256_point_get_affine_coordinates() 876 fe_to_generic(&r->X, x1); in ec_GFp_nistp256_add() 877 fe_to_generic(&r->Y, y1); in ec_GFp_nistp256_add() 878 fe_to_generic(&r->Z, z1); in ec_GFp_nistp256_add() 888 fe_to_generic(&r->X, x); in ec_GFp_nistp256_dbl() 889 fe_to_generic(&r->Y, y); in ec_GFp_nistp256_dbl() 890 fe_to_generic(&r->Z, z); in ec_GFp_nistp256_dbl() 929 fe_to_generic(&r->X, x_out); in ec_GFp_nistp256_points_mul() [all …]
|