Searched refs:pub_only (Results 1 – 1 of 1) sorted by relevance
934 EVP_PKEY *pub_only = NULL; in test_dup() local956 if (!TEST_ptr(pub_only = make_public_only_copy(key))) { in test_dup()960 if (!TEST_ptr(dup = EVP_PKEY_dup(pub_only))) { in test_dup()964 if (!TEST_int_eq(EVP_PKEY_eq(pub_only, dup), 1)) { in test_dup()1002 EVP_PKEY_free(pub_only); in test_dup()