Home | History | Annotate | Download | only in fips

Lines Matching refs:selftest_params

92     SELF_TEST_POST_PARAMS selftest_params;
152 paramname, (char **)&fgbl->selftest_params.structname, \
153 sizeof(fgbl->selftest_params.structname));
228 const OSSL_CORE_HANDLE *handle = FIPS_get_core_handle(fgbl->selftest_params.libctx);
231 c_stcbfn(c_get_libctx(handle), &fgbl->selftest_params.cb,
232 &fgbl->selftest_params.cb_arg);
234 fgbl->selftest_params.cb = NULL;
235 fgbl->selftest_params.cb_arg = NULL;
245 return SELF_TEST_post(&fgbl->selftest_params, 1) ? 1 : 0;
753 SELF_TEST_POST_PARAMS selftest_params;
755 memset(&selftest_params, 0, sizeof(selftest_params));
845 set_func(selftest_params.bio_new_file_cb,
849 set_func(selftest_params.bio_new_buffer_cb,
853 set_func(selftest_params.bio_read_ex_cb,
857 set_func(selftest_params.bio_free_cb, OSSL_FUNC_BIO_free(in));
905 * We did initial set up of selftest_params in a local copy, because we
909 fgbl->selftest_params = selftest_params;
911 fgbl->selftest_params.libctx = libctx;
923 if (fgbl->selftest_params.conditional_error_check != NULL
924 && strcmp(fgbl->selftest_params.conditional_error_check, "0") == 0)
942 if (!SELF_TEST_post(&fgbl->selftest_params, 0)) {