Home
last modified time | relevance | path

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

/openssl/test/
H A Ddsatest.c155 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; in dsa_keygen_test() local
267 if (!TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_P, &p_out)) in dsa_keygen_test()
268 || !TEST_BN_eq(p_in, p_out) in dsa_keygen_test()
297 BN_free(p_out); in dsa_keygen_test()
H A Devp_pkey_provided_test.c1855 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; in test_fromdata_dsa_fips186_4() local
2019 &p_out)) in test_fromdata_dsa_fips186_4()
2020 || !TEST_BN_eq(p, p_out) in test_fromdata_dsa_fips186_4()
2048 BN_free(p_out); in test_fromdata_dsa_fips186_4()
2049 p_out = NULL; in test_fromdata_dsa_fips186_4()
2101 BN_free(p_out); in test_fromdata_dsa_fips186_4()
H A Dectest.c2511 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; in do_test_custom_explicit_fromdata() local
2604 if (!TEST_true(EVP_PKEY_get_bn_param(pkeyparam, OSSL_PKEY_PARAM_EC_P, &p_out)) in do_test_custom_explicit_fromdata()
2605 || !TEST_BN_eq(p_out, p) in do_test_custom_explicit_fromdata()
2712 BN_free(p_out); in do_test_custom_explicit_fromdata()

Completed in 19 milliseconds