Lines Matching refs:smallfelem

118 typedef u64 smallfelem[NLIMBS];  typedef
142 static void smallfelem_to_bin32(u8 out[32], const smallfelem in) in smallfelem_to_bin32()
170 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) in smallfelem_to_BN()
182 static void smallfelem_one(smallfelem out) in smallfelem_one()
190 static void smallfelem_assign(smallfelem out, const smallfelem in) in smallfelem_assign()
216 static void felem_small_sum(felem out, const smallfelem in) in felem_small_sum()
259 static void smallfelem_neg(felem out, const smallfelem small) in smallfelem_neg()
380 static void felem_shrink(smallfelem out, const felem in) in felem_shrink()
472 static void smallfelem_expand(felem out, const smallfelem in) in smallfelem_expand()
487 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square()
581 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul()
582 const smallfelem small2) in smallfelem_mul()
694 smallfelem small1, small2; in felem_mul()
708 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul()
711 smallfelem small2; in felem_small_mul()
847 static void felem_contract(smallfelem out, const felem in) in felem_contract()
910 static void smallfelem_square_contract(smallfelem out, const smallfelem in) in smallfelem_square_contract()
920 static void smallfelem_mul_contract(smallfelem out, const smallfelem in1, in smallfelem_mul_contract()
921 const smallfelem in2) in smallfelem_mul_contract()
937 static limb smallfelem_is_zero(const smallfelem small) in smallfelem_is_zero()
1078 static void smallfelem_inv_contract(smallfelem out, const smallfelem in) in smallfelem_inv_contract()
1111 smallfelem small1, small2; in point_double()
1188 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, in point_double_small()
1189 const smallfelem x_in, const smallfelem y_in, in point_double_small()
1190 const smallfelem z_in) in point_double_small()
1216 static void copy_small_conditional(felem out, const smallfelem in, limb mask) in copy_small_conditional()
1239 const int mixed, const smallfelem x2, in point_add()
1240 const smallfelem y2, const smallfelem z2) in point_add()
1244 smallfelem small1, small2, small3, small4, small5; in point_add()
1422 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, in point_add_small()
1423 smallfelem x1, smallfelem y1, smallfelem z1, in point_add_small()
1424 smallfelem x2, smallfelem y2, smallfelem z2) in point_add_small()
1475 static const smallfelem gmul[2][16][3] = {
1639 const smallfelem pre_comp[16][3], smallfelem out[3]) in select_point()
1677 const int mixed, const smallfelem pre_comp[][17][3], in batch_mul()
1678 const smallfelem g_pre_comp[2][16][3]) in batch_mul()
1683 smallfelem tmp[3]; in batch_mul()
1776 smallfelem g_pre_comp[2][16][3];
1949 smallfelem x_out, y_out; in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1986 static void make_points_affine(size_t num, smallfelem points[][3], in make_points_affine()
1987 smallfelem tmp_smallfelems[]) in make_points_affine()
1995 sizeof(smallfelem), in make_points_affine()
2029 smallfelem (*pre_comp)[17][3] = NULL; in ossl_ec_GFp_nistp256_points_mul()
2030 smallfelem *tmp_smallfelems = NULL; in ossl_ec_GFp_nistp256_points_mul()
2035 smallfelem x_in, y_in, z_in; in ossl_ec_GFp_nistp256_points_mul()
2038 const smallfelem(*g_pre_comp)[16][3] = NULL; in ossl_ec_GFp_nistp256_points_mul()
2055 g_pre_comp = (const smallfelem(*)[16][3])pre->g_pre_comp; in ossl_ec_GFp_nistp256_points_mul()
2193 mixed, (const smallfelem(*)[17][3])pre_comp, g_pre_comp); in ossl_ec_GFp_nistp256_points_mul()
2198 NULL, mixed, (const smallfelem(*)[17][3])pre_comp, NULL); in ossl_ec_GFp_nistp256_points_mul()
2228 smallfelem tmp_smallfelems[32]; in ossl_ec_GFp_nistp256_precompute_mult()