Home
last modified time | relevance | path

Searched refs:app_p6 (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dparams_test.c311 static const char *app_p6 = NULL; /* "p6" */ variable
342 app_p6 = app_p6_init; in init_app_variables()
359 { "p6", OSSL_PARAM_UTF8_PTR, &app_p6, sizeof(app_p6_init) - 1, 0 },
371 OSSL_PARAM_DEFN("p6", OSSL_PARAM_UTF8_PTR, &app_p6,
393 params[n++] = OSSL_PARAM_construct_utf8_ptr("p6", (char **)&app_p6, in construct_api_params()
473 || !TEST_str_eq(app_p6, p6_init) /* "provider" value */ in test_case_variant()
494 || !TEST_str_eq(sneakpeek->p6, app_p6)) /* app value set */ in test_case_variant()
524 || !TEST_str_eq(app_p6, app_p6_init) /* app value */ in test_case_variant()

Completed in 7 milliseconds