Searched refs:app_p6 (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | params_test.c | 310 static const char *app_p6 = NULL; /* "p6" */ variable 341 app_p6 = app_p6_init; in init_app_variables() 358 { "p6", OSSL_PARAM_UTF8_PTR, &app_p6, sizeof(app_p6_init) - 1, 0 }, 370 OSSL_PARAM_DEFN("p6", OSSL_PARAM_UTF8_PTR, &app_p6, 392 params[n++] = OSSL_PARAM_construct_utf8_ptr("p6", (char **)&app_p6, in construct_api_params() 472 || !TEST_str_eq(app_p6, p6_init) /* "provider" value */ in test_case_variant() 493 || !TEST_str_eq(sneakpeek->p6, app_p6)) /* app value set */ in test_case_variant() 523 || !TEST_str_eq(app_p6, app_p6_init) /* app value */ in test_case_variant()
|