BN_usub
ret = BN_usub(r, a, b);
ret = BN_usub(r, b, a);
ret = BN_usub(r, a, b);
ret = BN_usub(r, b, a);
if (!BN_usub(B, B, A))
if (!BN_usub(A, A, B))
return BN_usub(r, r, m);
if (!BN_usub(ret, ret, &(mont->N)))
if (!BN_usub(r, m, b))
if (!BN_usub(r, r, &(recp->N)))
if (!BN_usub(y, &group->field, y))
return BN_usub(&point->Y, &group->field, &point->Y);
int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);