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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dsimple.c507 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
527 Z_3 = BN_CTX_get(ctx);
528 if (Z_3 == NULL)
587 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx))
590 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx))
596 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx))
/external/openssl/crypto/ec/
H A Decp_smpl.c533 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
554 Z_3 = BN_CTX_get(ctx);
555 if (Z_3 == NULL) goto err;
623 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) goto err;
627 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) goto err;
631 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx)) goto err;

Completed in 417 milliseconds