Home
last modified time | relevance | path

Searched refs:pub_out (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Devp_pkey_provided_test.c509 BIGNUM *pub_out = NULL, *priv_out = NULL; in test_fromdata_dh_named_group() local
620 &pub_out)) in test_fromdata_dh_named_group()
622 || !TEST_BN_eq(pub, pub_out) in test_fromdata_dh_named_group()
660 BN_free(pub_out); in test_fromdata_dh_named_group()
661 pub_out = NULL; in test_fromdata_dh_named_group()
700 BN_free(pub_out); in test_fromdata_dh_named_group()
720 BIGNUM *pub_out = NULL, *priv_out = NULL; in test_fromdata_dh_fips186_4() local
801 &pub_out)) in test_fromdata_dh_fips186_4()
802 || !TEST_BN_eq(pub, pub_out) in test_fromdata_dh_fips186_4()
841 BN_free(pub_out); in test_fromdata_dh_fips186_4()
1427 BIGNUM *pub_out = NULL, *priv_out = NULL; test_fromdata_dsa_fips186_4() local
[all...]

Completed in 3 milliseconds