Home
last modified time | relevance | path

Searched refs:prod_Z (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_smpl.c1211 BIGNUM **prod_Z = NULL; in ossl_ec_GFp_simple_points_make_affine() local
1230 prod_Z = OPENSSL_malloc(num * sizeof(prod_Z[0])); in ossl_ec_GFp_simple_points_make_affine()
1231 if (prod_Z == NULL) in ossl_ec_GFp_simple_points_make_affine()
1234 prod_Z[i] = BN_new(); in ossl_ec_GFp_simple_points_make_affine()
1235 if (prod_Z[i] == NULL) in ossl_ec_GFp_simple_points_make_affine()
1240 * Set each prod_Z[i] to the product of points[0]->Z .. points[i]->Z, in ossl_ec_GFp_simple_points_make_affine()
1245 if (!BN_copy(prod_Z[0], points[0]->Z)) in ossl_ec_GFp_simple_points_make_affine()
1249 if (!group->meth->field_set_to_one(group, prod_Z[0], ctx)) in ossl_ec_GFp_simple_points_make_affine()
1252 if (!BN_one(prod_Z[ in ossl_ec_GFp_simple_points_make_affine()
[all...]
/third_party/openssl/crypto/ec/
H A Decp_smpl.c1211 BIGNUM **prod_Z = NULL; in ossl_ec_GFp_simple_points_make_affine() local
1230 prod_Z = OPENSSL_malloc(num * sizeof(prod_Z[0])); in ossl_ec_GFp_simple_points_make_affine()
1231 if (prod_Z == NULL) in ossl_ec_GFp_simple_points_make_affine()
1234 prod_Z[i] = BN_new(); in ossl_ec_GFp_simple_points_make_affine()
1235 if (prod_Z[i] == NULL) in ossl_ec_GFp_simple_points_make_affine()
1240 * Set each prod_Z[i] to the product of points[0]->Z .. points[i]->Z, in ossl_ec_GFp_simple_points_make_affine()
1245 if (!BN_copy(prod_Z[0], points[0]->Z)) in ossl_ec_GFp_simple_points_make_affine()
1249 if (!group->meth->field_set_to_one(group, prod_Z[0], ctx)) in ossl_ec_GFp_simple_points_make_affine()
1252 if (!BN_one(prod_Z[ in ossl_ec_GFp_simple_points_make_affine()
[all...]

Completed in 4 milliseconds