Lines Matching refs:t6
1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_step() local
1577 t6 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_step()
1579 if (t6 == NULL in ossl_ec_GFp_simple_ladder_step()
1580 || !group->meth->field_mul(group, t6, r->X, s->X, ctx) in ossl_ec_GFp_simple_ladder_step()
1585 || !BN_mod_add_quick(t5, t6, t5, group->field) in ossl_ec_GFp_simple_ladder_step()
1586 || !BN_mod_add_quick(t6, t3, t4, group->field) in ossl_ec_GFp_simple_ladder_step()
1587 || !group->meth->field_mul(group, t5, t6, t5, ctx) in ossl_ec_GFp_simple_ladder_step()
1601 || !group->meth->field_mul(group, t6, t5, group->a, ctx) in ossl_ec_GFp_simple_ladder_step()
1606 || !BN_mod_sub_quick(t3, t4, t6, group->field) in ossl_ec_GFp_simple_ladder_step()
1612 || !BN_mod_add_quick(t3, t4, t6, group->field) in ossl_ec_GFp_simple_ladder_step()
1656 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_post() local
1675 t6 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_post()
1677 if (t6 == NULL in ossl_ec_GFp_simple_ladder_post()
1679 || !group->meth->field_mul(group, t6, r->X, t4, ctx) in ossl_ec_GFp_simple_ladder_post()
1680 || !group->meth->field_mul(group, t6, s->Z, t6, ctx) in ossl_ec_GFp_simple_ladder_post()
1681 || !group->meth->field_mul(group, t5, r->Z, t6, ctx) in ossl_ec_GFp_simple_ladder_post()
1686 || !group->meth->field_mul(group, t6, r->Z, group->a, ctx) in ossl_ec_GFp_simple_ladder_post()
1688 || !BN_mod_add_quick(t1, t1, t6, group->field) in ossl_ec_GFp_simple_ladder_post()
1691 || !BN_mod_add_quick(t6, r->X, t0, group->field) in ossl_ec_GFp_simple_ladder_post()
1692 || !group->meth->field_mul(group, t6, t6, t1, ctx) in ossl_ec_GFp_simple_ladder_post()
1693 || !BN_mod_add_quick(t6, t6, t2, group->field) in ossl_ec_GFp_simple_ladder_post()
1697 || !BN_mod_sub_quick(t0, t6, t0, group->field) in ossl_ec_GFp_simple_ladder_post()