Searched refs:ecp_nistz256_bignum_to_field_elem (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 606 * ecp_nistz256_bignum_to_field_elem copies the contents of |in| to |out| and 609 __owur static int ecp_nistz256_bignum_to_field_elem(BN_ULONG out[P256_LIMBS], in ecp_nistz256_bignum_to_field_elem() function 682 if (!ecp_nistz256_bignum_to_field_elem(temp[0].X, point[i]->X) in ecp_nistz256_windowed_mul() 683 || !ecp_nistz256_bignum_to_field_elem(temp[0].Y, point[i]->Y) in ecp_nistz256_windowed_mul() 684 || !ecp_nistz256_bignum_to_field_elem(temp[0].Z, point[i]->Z)) { in ecp_nistz256_windowed_mul() 902 if (!ecp_nistz256_bignum_to_field_elem(temp.X, P->X) || in ecp_nistz256_mult_precompute() 903 !ecp_nistz256_bignum_to_field_elem(temp.Y, P->Y)) { in ecp_nistz256_mult_precompute() 1192 if (!ecp_nistz256_bignum_to_field_elem(point_x, point->X) || in ecp_nistz256_get_affine() 1193 !ecp_nistz256_bignum_to_field_elem(point_y, point->Y) || in ecp_nistz256_get_affine() 1194 !ecp_nistz256_bignum_to_field_elem(point_ in ecp_nistz256_get_affine() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 606 * ecp_nistz256_bignum_to_field_elem copies the contents of |in| to |out| and 609 __owur static int ecp_nistz256_bignum_to_field_elem(BN_ULONG out[P256_LIMBS], in ecp_nistz256_bignum_to_field_elem() function 682 if (!ecp_nistz256_bignum_to_field_elem(temp[0].X, point[i]->X) in ecp_nistz256_windowed_mul() 683 || !ecp_nistz256_bignum_to_field_elem(temp[0].Y, point[i]->Y) in ecp_nistz256_windowed_mul() 684 || !ecp_nistz256_bignum_to_field_elem(temp[0].Z, point[i]->Z)) { in ecp_nistz256_windowed_mul() 902 if (!ecp_nistz256_bignum_to_field_elem(temp.X, P->X) || in ecp_nistz256_mult_precompute() 903 !ecp_nistz256_bignum_to_field_elem(temp.Y, P->Y)) { in ecp_nistz256_mult_precompute() 1192 if (!ecp_nistz256_bignum_to_field_elem(point_x, point->X) || in ecp_nistz256_get_affine() 1193 !ecp_nistz256_bignum_to_field_elem(point_y, point->Y) || in ecp_nistz256_get_affine() 1194 !ecp_nistz256_bignum_to_field_elem(point_ in ecp_nistz256_get_affine() [all...] |
Completed in 5 milliseconds