Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c313 EVP_PKEY *decoded_legacy_pkey = NULL; in test_protected_PEM() local
334 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_protected_PEM()
343 || !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type, in test_protected_PEM()
348 decoded_legacy_pkey), 0)) { in test_protected_PEM()
352 evp_pkey_print(bio_out, decoded_legacy_pkey, 0, NULL); in test_protected_PEM()
357 EVP_PKEY_free(decoded_legacy_pkey); in test_protected_PEM()
381 EVP_PKEY *decoded_legacy_pkey = NULL; in test_unprotected_PEM() local
401 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_unprotected_PEM()
410 || !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type, in test_unprotected_PEM()
415 decoded_legacy_pkey), 0)) { in test_unprotected_PEM()
[all …]