Searched refs:aux_key (Results 1 – 1 of 1) sorted by relevance
267 EC_KEY *key = NULL, *aux_key = NULL; in set_private_key() local271 aux_key = EC_KEY_new_by_curve_name(NID_secp224r1); in set_private_key()273 || !TEST_ptr(aux_key) in set_private_key()275 || !TEST_int_eq(EC_KEY_generate_key(aux_key), 1)) in set_private_key()279 if (!TEST_int_eq(EC_KEY_set_private_key(key, aux_key->priv_key), 1)) in set_private_key()291 EC_KEY_free(aux_key); in set_private_key()