bn_op_test
if (bn_op_test(BN_add, test_bn_add, nitems(test_bn_add),
if (bn_op_test(BN_uadd, test_bn_add, nitems(test_bn_add),
if (bn_op_test(BN_sub, test_bn_sub, nitems(test_bn_sub),
if (bn_op_test(BN_usub, test_bn_usub, nitems(test_bn_usub),
int bn_op_test(int (*)(BIGNUM *, const BIGNUM *, const BIGNUM *),