Searched refs:ecp_nistz256_bignum_to_field_elem (Results 1 – 1 of 1) sorted by relevance
206 static int ecp_nistz256_bignum_to_field_elem(BN_ULONG out[P256_LIMBS], in ecp_nistz256_bignum_to_field_elem() function287 if (!ecp_nistz256_bignum_to_field_elem(row[1 - 1].X, &p->X) || in ecp_nistz256_windowed_mul()288 !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Y, &p->Y) || in ecp_nistz256_windowed_mul()289 !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Z, &p->Z)) { in ecp_nistz256_windowed_mul()509 if (!ecp_nistz256_bignum_to_field_elem(point_x, &point->X) || in ecp_nistz256_get_affine()510 !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) || in ecp_nistz256_get_affine()511 !ecp_nistz256_bignum_to_field_elem(point_z, &point->Z)) { in ecp_nistz256_get_affine()