Home
last modified time | relevance | path

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

/openssl-master/test/
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()
348 decoded_legacy_pkey), 0)) { 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()
415 decoded_legacy_pkey), 0)) { in test_unprotected_PEM()
424 EVP_PKEY_free(decoded_legacy_pkey); in test_unprotected_PEM()
451 EVP_PKEY *decoded_legacy_pkey = NULL; in test_DER() local
468 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_DER()
[all …]

Completed in 9 milliseconds