Lines Matching refs:TEST_BN_eq
389 || !TEST_BN_eq(bn, bn_from)) in test_fromdata_rsa()
439 || !TEST_BN_eq(n, n_out)) in test_evp_pkey_get_bn_param_large()
578 || !TEST_BN_eq(pub, pub_out) in test_fromdata_dh_named_group()
581 || !TEST_BN_eq(priv, priv_out) in test_fromdata_dh_named_group()
583 || !TEST_BN_eq(&ossl_bignum_ffdhe2048_p, p) in test_fromdata_dh_named_group()
587 || !TEST_BN_eq(&ossl_bignum_const_2, g) in test_fromdata_dh_named_group()
758 || !TEST_BN_eq(pub, pub_out) in test_fromdata_dh_fips186_4()
761 || !TEST_BN_eq(priv, priv_out) in test_fromdata_dh_fips186_4()
763 || !TEST_BN_eq(&ossl_bignum_ffdhe2048_p, p) in test_fromdata_dh_fips186_4()
767 || !TEST_BN_eq(&ossl_bignum_const_2, g) in test_fromdata_dh_fips186_4()
1222 if (!TEST_BN_eq(group_p, p) || !TEST_BN_eq(group_a, a) in test_fromdata_ec()
1223 || !TEST_BN_eq(group_b, b)) in test_fromdata_ec()
1238 || !TEST_BN_eq(ec_priv_bn, bn_priv)) in test_fromdata_ec()
1507 || !TEST_BN_eq(pub, pub_out) in test_fromdata_dsa_fips186_4()
1510 || !TEST_BN_eq(priv, priv_out) in test_fromdata_dsa_fips186_4()
1513 || !TEST_BN_eq(p, p_out) in test_fromdata_dsa_fips186_4()
1516 || !TEST_BN_eq(q, q_out) in test_fromdata_dsa_fips186_4()
1519 || !TEST_BN_eq(g, g_out) in test_fromdata_dsa_fips186_4()