Searched refs:aux_key (Results 1 – 1 of 1) sorted by relevance
318 EC_KEY *key = NULL, *aux_key = NULL; in set_private_key() local322 aux_key = EC_KEY_new_by_curve_name(NID_secp224r1); in set_private_key()324 || !TEST_ptr(aux_key) in set_private_key()326 || !TEST_int_eq(EC_KEY_generate_key(aux_key), 1)) in set_private_key()330 if (!TEST_int_eq(EC_KEY_set_private_key(key, aux_key->priv_key), 1)) in set_private_key()342 EC_KEY_free(aux_key); in set_private_key()
Completed in 4 milliseconds