Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dsimple.c1153 BIGNUM *tmp, *tmp_Z; in ec_GFp_simple_points_make_affine() local
1171 tmp_Z = BN_CTX_get(ctx); in ec_GFp_simple_points_make_affine()
1172 if (tmp == NULL || tmp_Z == NULL) { in ec_GFp_simple_points_make_affine()
1247 if (!group->meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx) || in ec_GFp_simple_points_make_affine()
1251 !BN_copy(&points[i]->Z, tmp_Z)) { in ec_GFp_simple_points_make_affine()