Searched refs:decoded_legacy_pkey (Results 1 – 1 of 1) sorted by relevance
315 EVP_PKEY *decoded_legacy_pkey = NULL; in test_protected_PEM() local335 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_protected_PEM()342 || !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type, in test_protected_PEM()347 decoded_legacy_pkey), 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() local400 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_unprotected_PEM()407 || !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type, in test_unprotected_PEM()412 decoded_legacy_pkey), in test_unprotected_PEM()[all …]