Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dp256.c103 static void fe_from_generic(fe out, const EC_FELEM *in) { in fe_from_generic() function
839 fe_from_generic(z1, &point->Z); in ec_GFp_nistp256_point_get_affine_coordinates()
850 fe_from_generic(x, &point->X); in ec_GFp_nistp256_point_get_affine_coordinates()
857 fe_from_generic(y, &point->Y); in ec_GFp_nistp256_point_get_affine_coordinates()
869 fe_from_generic(x1, &a->X); in ec_GFp_nistp256_add()
870 fe_from_generic(y1, &a->Y); in ec_GFp_nistp256_add()
871 fe_from_generic(z1, &a->Z); in ec_GFp_nistp256_add()
872 fe_from_generic(x2, &b->X); in ec_GFp_nistp256_add()
873 fe_from_generic(y2, &b->Y); in ec_GFp_nistp256_add()
874 fe_from_generic(z2, &b->Z); in ec_GFp_nistp256_add()
[all …]