Home
last modified time | relevance | path

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

/openssl-master/test/
A Devp_extra_test2.c322 EVP_PKEY *pkey = NULL, *pkey_dec = NULL; in test_pkcs8key_nid_bio() local
337 && TEST_ptr(pkey_dec = d2i_PKCS8PrivateKey_bio(enc_bio, NULL, NULL, in test_pkcs8key_nid_bio()
339 && TEST_true(EVP_PKEY_eq(pkey, pkey_dec)); in test_pkcs8key_nid_bio()
341 EVP_PKEY_free(pkey_dec); in test_pkcs8key_nid_bio()

Completed in 3 milliseconds