Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c817 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; in ec_GFp_simple_cmp() local
850 Zb23 = BN_CTX_get(ctx); in ec_GFp_simple_cmp()
851 if (Zb23 == NULL) { in ec_GFp_simple_cmp()
862 if (!field_sqr(group, Zb23, &b->Z, ctx) || in ec_GFp_simple_cmp()
863 !field_mul(group, tmp1, &a->X, Zb23, ctx)) { in ec_GFp_simple_cmp()
888 if (!field_mul(group, Zb23, Zb23, &b->Z, ctx) || in ec_GFp_simple_cmp()
889 !field_mul(group, tmp1, &a->Y, Zb23, ctx)) { in ec_GFp_simple_cmp()