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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec2_smpl.c932 BIGNUM *aX, *aY, *bX, *bY; local
957 aX = BN_CTX_get(ctx);
963 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
965 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;

Completed in 30 milliseconds