Searched refs:decoded_legacy_pkey (Results 1 – 1 of 1) sorted by relevance
313 EVP_PKEY *decoded_legacy_pkey = NULL; in test_protected_PEM() local334 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() local401 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() local468 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_DER()[all …]
Completed in 9 milliseconds