Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_smpl.c660 BIGNUM *aX, *aY, *bX, *bY; in ec_GF2m_simple_cmp() local
679 if ((aX = BN_CTX_get(ctx)) == NULL) in ec_GF2m_simple_cmp()
688 if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx)) in ec_GF2m_simple_cmp()
692 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ec_GF2m_simple_cmp()