Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c308 EC_FELEM tmp1, tmp2, Za23, Zb23; in ec_GFp_simple_cmp() local
311 felem_sqr(group, &Zb23, &b->Z); in ec_GFp_simple_cmp()
312 felem_mul(group, &tmp1, &a->X, &Zb23); in ec_GFp_simple_cmp()
331 felem_mul(group, &Zb23, &Zb23, &b->Z); in ec_GFp_simple_cmp()
332 felem_mul(group, &tmp1, &a->Y, &Zb23); in ec_GFp_simple_cmp()