Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/ec/
Dec2_smpl.c914 BIGNUM *aX, *aY, *bX, *bY; in ec_GF2m_simple_cmp() local
938 aY = BN_CTX_get(ctx); in ec_GF2m_simple_cmp()
944 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) in ec_GF2m_simple_cmp()
948 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ec_GF2m_simple_cmp()