Searched refs:aux_key (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dec_internal_test.c191 EC_KEY *key = NULL, *aux_key = NULL; local
195 aux_key = EC_KEY_new_by_curve_name(NID_secp224r1);
197 || !TEST_ptr(aux_key)
199 || !TEST_int_eq(EC_KEY_generate_key(aux_key), 1))
203 if (!TEST_int_eq(EC_KEY_set_private_key(key, aux_key->priv_key), 1))
215 EC_KEY_free(aux_key);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dec_internal_test.c267 EC_KEY *key = NULL, *aux_key = NULL; local
271 aux_key = EC_KEY_new_by_curve_name(NID_secp224r1);
273 || !TEST_ptr(aux_key)
275 || !TEST_int_eq(EC_KEY_generate_key(aux_key), 1))
279 if (!TEST_int_eq(EC_KEY_set_private_key(key, aux_key->priv_key), 1))
291 EC_KEY_free(aux_key);

Completed in 308 milliseconds