Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
HDecp_smpl.c1100 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; in ec_GFp_simple_cmp() local
1126 if ((Za23 = BN_CTX_get(ctx)) == NULL) in ec_GFp_simple_cmp()
1146 if (!field_sqr(group, Za23, &a->Z, ctx)) in ec_GFp_simple_cmp()
1148 if (!field_mul(group, tmp2, &b->X, Za23, ctx)) in ec_GFp_simple_cmp()
1168 if (!field_mul(group, Za23, Za23, &a->Z, ctx)) in ec_GFp_simple_cmp()
1170 if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) in ec_GFp_simple_cmp()