Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Decp_smpl.c1042 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; in ec_GFp_simple_cmp() local
1072 Za23 = BN_CTX_get(ctx); in ec_GFp_simple_cmp()
1092 if (!field_sqr(group, Za23, &a->Z, ctx)) goto end; in ec_GFp_simple_cmp()
1093 if (!field_mul(group, tmp2, &b->X, Za23, ctx)) goto end; in ec_GFp_simple_cmp()
1117 if (!field_mul(group, Za23, Za23, &a->Z, ctx)) goto end; in ec_GFp_simple_cmp()
1118 if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) goto end; in ec_GFp_simple_cmp()