Searched refs:pParams (Results 1 – 1 of 1) sorted by relevance
91 EVP_PKEY *pParams = NULL; in test_keygen_pairwise_failure() local115 if (!TEST_ptr(pParams = PEM_read_bio_Parameters_ex(bio, NULL, libctx, NULL))) in test_keygen_pairwise_failure()117 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pParams, NULL))) in test_keygen_pairwise_failure()142 EVP_PKEY_free(pParams); in test_keygen_pairwise_failure()
Completed in 3 milliseconds