Searched refs:BN_to_felem (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 149 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 150 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() function 1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1962 (!BN_to_felem(z1, point->Z))) in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 2149 if ((!BN_to_felem(x_out, p->X)) || in ossl_ec_GFp_nistp256_points_mul() 2150 (!BN_to_felem(y_out, p->Y)) || in ossl_ec_GFp_nistp256_points_mul() 2151 (!BN_to_felem(z_out, p->Z))) in ossl_ec_GFp_nistp256_points_mul() 2275 if ((!BN_to_felem(x_tmp, group->generator->X)) || in ossl_ec_GFp_nistp256_precompute_mult() 2276 (!BN_to_felem(y_tm in ossl_ec_GFp_nistp256_precompute_mult() [all...] |
H A D | ecp_nistp521.c | 174 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 175 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() function 1853 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1854 (!BN_to_felem(z1, point->Z))) in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 2040 if ((!BN_to_felem(x_out, p->X)) || in ossl_ec_GFp_nistp521_points_mul() 2041 (!BN_to_felem(y_out, p->Y)) || in ossl_ec_GFp_nistp521_points_mul() 2042 (!BN_to_felem(z_out, p->Z))) in ossl_ec_GFp_nistp521_points_mul() 2164 if ((!BN_to_felem(pre->g_pre_comp[1][0], group->generator->X)) || in ossl_ec_GFp_nistp521_precompute_mult() 2165 (!BN_to_felem(pr in ossl_ec_GFp_nistp521_precompute_mult() [all...] |
H A D | ecp_nistp224.c | 331 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() function 1349 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1350 (!BN_to_felem(z1, point->Z))) in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1532 if ((!BN_to_felem(x_out, p->X)) || in ossl_ec_GFp_nistp224_points_mul() 1533 (!BN_to_felem(y_out, p->Y)) || in ossl_ec_GFp_nistp224_points_mul() 1534 (!BN_to_felem(z_out, p->Z))) in ossl_ec_GFp_nistp224_points_mul() 1655 if ((!BN_to_felem(pre->g_pre_comp[0][1][0], group->generator->X)) || in ossl_ec_GFp_nistp224_precompute_mult() 1656 (!BN_to_felem(pre->g_pre_comp[0][1][1], group->generator->Y)) || in ossl_ec_GFp_nistp224_precompute_mult() 1657 (!BN_to_felem(pr in ossl_ec_GFp_nistp224_precompute_mult() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 149 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 150 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() function 1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1962 (!BN_to_felem(z1, point->Z))) in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 2149 if ((!BN_to_felem(x_out, p->X)) || in ossl_ec_GFp_nistp256_points_mul() 2150 (!BN_to_felem(y_out, p->Y)) || in ossl_ec_GFp_nistp256_points_mul() 2151 (!BN_to_felem(z_out, p->Z))) in ossl_ec_GFp_nistp256_points_mul() 2275 if ((!BN_to_felem(x_tmp, group->generator->X)) || in ossl_ec_GFp_nistp256_precompute_mult() 2276 (!BN_to_felem(y_tm in ossl_ec_GFp_nistp256_precompute_mult() [all...] |
H A D | ecp_nistp521.c | 174 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 175 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() function 1853 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1854 (!BN_to_felem(z1, point->Z))) in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 2040 if ((!BN_to_felem(x_out, p->X)) || in ossl_ec_GFp_nistp521_points_mul() 2041 (!BN_to_felem(y_out, p->Y)) || in ossl_ec_GFp_nistp521_points_mul() 2042 (!BN_to_felem(z_out, p->Z))) in ossl_ec_GFp_nistp521_points_mul() 2164 if ((!BN_to_felem(pre->g_pre_comp[1][0], group->generator->X)) || in ossl_ec_GFp_nistp521_precompute_mult() 2165 (!BN_to_felem(pr in ossl_ec_GFp_nistp521_precompute_mult() [all...] |
H A D | ecp_nistp224.c | 331 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() function 1349 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1350 (!BN_to_felem(z1, point->Z))) in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1532 if ((!BN_to_felem(x_out, p->X)) || in ossl_ec_GFp_nistp224_points_mul() 1533 (!BN_to_felem(y_out, p->Y)) || in ossl_ec_GFp_nistp224_points_mul() 1534 (!BN_to_felem(z_out, p->Z))) in ossl_ec_GFp_nistp224_points_mul() 1655 if ((!BN_to_felem(pre->g_pre_comp[0][1][0], group->generator->X)) || in ossl_ec_GFp_nistp224_precompute_mult() 1656 (!BN_to_felem(pre->g_pre_comp[0][1][1], group->generator->Y)) || in ossl_ec_GFp_nistp224_precompute_mult() 1657 (!BN_to_felem(pr in ossl_ec_GFp_nistp224_precompute_mult() [all...] |
Completed in 16 milliseconds