Home
last modified time | relevance | path

Searched refs:tmp_Z (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ec/
H A Decp_smpl.c1210 BIGNUM *tmp, *tmp_Z; in ossl_ec_GFp_simple_points_make_affine() local
1226 tmp_Z = BN_CTX_get(ctx); in ossl_ec_GFp_simple_points_make_affine()
1227 if (tmp_Z == NULL) in ossl_ec_GFp_simple_points_make_affine()
1301 meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx)) in ossl_ec_GFp_simple_points_make_affine()
1309 if (!BN_copy(points[i]->Z, tmp_Z)) in ossl_ec_GFp_simple_points_make_affine()

Completed in 10 milliseconds