Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dendecode_test.c934 EVP_PKEY *pub_only = NULL; in test_dup() local
956 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()