Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test2.c651 EVP_PKEY *pkey = NULL, *pkey_dec = NULL; in test_pkcs8key_nid_bio() local
666 && TEST_ptr(pkey_dec = d2i_PKCS8PrivateKey_bio(enc_bio, NULL, NULL, in test_pkcs8key_nid_bio()
668 && TEST_true(EVP_PKEY_eq(pkey, pkey_dec)); in test_pkcs8key_nid_bio()
670 EVP_PKEY_free(pkey_dec); in test_pkcs8key_nid_bio()

Completed in 7 milliseconds