Searched refs:eckey2 (Results 1 – 1 of 1) sorted by relevance
3202 EC_KEY *eckey1 = NULL, *eckey2 = NULL; in custom_params_test() local3325 || !TEST_ptr(eckey2 = EC_KEY_new()) in custom_params_test()3326 || !TEST_true(EC_KEY_set_group(eckey2, altgroup)) in custom_params_test()3327 || !TEST_true(EC_KEY_generate_key(eckey2))) in custom_params_test()3353 if (!TEST_ptr(Q = EC_KEY_get0_public_key(eckey2)) in custom_params_test()3371 || !TEST_int_eq(EVP_PKEY_assign_EC_KEY(pkey2, eckey2), 1)) in custom_params_test()3373 eckey2 = NULL; /* ownership passed to pkey2 */ in custom_params_test()3465 EC_KEY_free(eckey2); in custom_params_test()