Lines Matching refs:libctx

36 static OSSL_LIB_CTX *libctx = NULL;  variable
61 if (!TEST_ptr(fixture->cmp_ctx = OSSL_CMP_CTX_new(libctx, NULL))) { in set_up()
116 &prot_part, NULL, pkey, libctx, NULL) > 0; in verify_signature()
137 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_unprotected_f, libctx)) in test_cmp_calc_protection_no_key_no_secret()
153 || !TEST_ptr(fixture->msg = load_pkimsg(ir_protected_f, libctx))) { in test_cmp_calc_protection_pkey()
167 || !TEST_ptr(fixture->msg = load_pkimsg(genm_prot_Ed_f, libctx))) { in test_cmp_calc_protection_pkey_Ed()
183 || !TEST_ptr(fixture->msg = load_pkimsg(ip_PBM_f, libctx))) { in test_cmp_calc_protection_pbmac()
345 fixture->with_ss, ctx->libctx, ctx->propq); in execute_cmp_build_cert_chain_test()
360 fixture->with_ss, ctx->libctx, ctx->propq); in execute_cmp_build_cert_chain_test()
542 OSSL_LIB_CTX_free(libctx); in cleanup_tests()
584 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 12, USAGE)) in OPT_TEST_DECLARE_USAGE()
587 if (!TEST_ptr(server_key = load_pkey_pem(server_key_f, libctx)) in OPT_TEST_DECLARE_USAGE()
588 || !TEST_ptr(server_cert = load_cert_pem(server_cert_f, libctx))) in OPT_TEST_DECLARE_USAGE()
591 if (!TEST_ptr(prot_RSA_key = load_pkey_pem(prot_RSA_f, libctx))) in OPT_TEST_DECLARE_USAGE()
594 if (!TEST_ptr(prot_Ed_key = load_pkey_pem(prot_Ed_f, libctx))) in OPT_TEST_DECLARE_USAGE()
597 if (!TEST_ptr(ir_protected = load_pkimsg(ir_protected_f, libctx)) in OPT_TEST_DECLARE_USAGE()
599 || !TEST_ptr(genm_protected_Ed = load_pkimsg(genm_prot_Ed_f, libctx)) in OPT_TEST_DECLARE_USAGE()
601 || !TEST_ptr(ir_unprotected = load_pkimsg(ir_unprotected_f, libctx))) in OPT_TEST_DECLARE_USAGE()
603 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx)) in OPT_TEST_DECLARE_USAGE()
604 || !TEST_ptr(endentity2 = load_cert_pem(endentity2_f, libctx)) in OPT_TEST_DECLARE_USAGE()
605 || !TEST_ptr(root = load_cert_pem(root_f, libctx)) in OPT_TEST_DECLARE_USAGE()
606 || !TEST_ptr(intermediate = load_cert_pem(intermediate_f, libctx))) in OPT_TEST_DECLARE_USAGE()