Lines Matching refs:newkey
66 static EVP_PKEY *newkey = NULL; variable
155 || !TEST_true(set1_newPkey(ctx, newkey)) in test_cmp_create_ir_protection_set()
171 if (!TEST_true(OSSL_CMP_CTX_set1_pkey(fixture->cmp_ctx, newkey)) in test_cmp_create_ir_protection_fails()
198 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_cr()
212 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_certreq_with_invalid_bodytype()
231 || !TEST_true(set1_newPkey(ctx, newkey)) in test_cmp_create_p10cr()
247 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_p10cr_null()
261 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey)) in test_cmp_create_kur()
276 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_kur_without_oldcert()
334 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_error_msg()
541 EVP_PKEY_free(newkey); in cleanup_tests()
568 if (!TEST_ptr(newkey = load_pkey_pem(newkey_f, libctx)) in OPT_TEST_DECLARE_USAGE()