Lines Matching refs:newkey
66 static EVP_PKEY *newkey = NULL; variable
154 || !TEST_true(set1_newPkey(ctx, newkey)) in test_cmp_create_ir_protection_set()
170 if (!TEST_true(OSSL_CMP_CTX_set1_pkey(fixture->cmp_ctx, newkey)) in test_cmp_create_ir_protection_fails()
197 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_cr()
211 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_certreq_with_invalid_bodytype()
230 || !TEST_true(set1_newPkey(ctx, newkey)) in test_cmp_create_p10cr()
246 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_p10cr_null()
260 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey)) in test_cmp_create_kur()
275 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_kur_without_oldcert()
333 if (!TEST_true(set1_newPkey(fixture->cmp_ctx, newkey))) { in test_cmp_create_error_msg()
542 EVP_PKEY_free(newkey); in cleanup_tests()
567 if (!TEST_ptr(newkey = load_pkey_pem(newkey_f, libctx)) in OPT_TEST_DECLARE_USAGE()