Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Devp_extra_test2.c507 EVP_PKEY *pkey = NULL, *pkey_dec = NULL; in test_pkcs8key_nid_bio() local
522 && TEST_ptr(pkey_dec = d2i_PKCS8PrivateKey_bio(enc_bio, NULL, NULL, in test_pkcs8key_nid_bio()
524 && TEST_true(EVP_PKEY_eq(pkey, pkey_dec)); in test_pkcs8key_nid_bio()
526 EVP_PKEY_free(pkey_dec); in test_pkcs8key_nid_bio()

Completed in 3 milliseconds