Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddsatest.c301 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; in dsa_keygen_test() local
413 if (!TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_P, &p_out)) in dsa_keygen_test()
414 || !TEST_BN_eq(p_in, p_out) in dsa_keygen_test()
443 BN_free(p_out); in dsa_keygen_test()
H A Devp_pkey_provided_test.c1882 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; in test_fromdata_dsa_fips186_4() local
2047 &p_out)) in test_fromdata_dsa_fips186_4()
2048 || !TEST_BN_eq(p, p_out) in test_fromdata_dsa_fips186_4()
2076 BN_free(p_out); in test_fromdata_dsa_fips186_4()
2077 p_out = NULL; in test_fromdata_dsa_fips186_4()
2129 BN_free(p_out); in test_fromdata_dsa_fips186_4()
H A Dectest.c2888 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; in do_test_custom_explicit_fromdata() local
2982 if (!TEST_true(EVP_PKEY_get_bn_param(pkeyparam, OSSL_PKEY_PARAM_EC_P, &p_out)) in do_test_custom_explicit_fromdata()
2983 || !TEST_BN_eq(p_out, p) in do_test_custom_explicit_fromdata()
3090 BN_free(p_out); in do_test_custom_explicit_fromdata()