Searched refs:app_p5 (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | params_test.c | 309 static char app_p5[256]; /* "p5" */ variable 340 strcpy(app_p5, app_p5_init); in init_app_variables() 356 { "p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5), 0 }, 368 OSSL_PARAM_DEFN("p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5)), 389 params[n++] = OSSL_PARAM_construct_utf8_string("p5", app_p5, in construct_api_params() 390 sizeof(app_p5)); in construct_api_params() 468 || !TEST_str_eq(app_p5, p5_init) /* "provider" value */ in test_case_variant() 492 || !TEST_str_eq(sneakpeek->p5, app_p5) /* app value set */ in test_case_variant() 519 || !TEST_str_eq(app_p5, app_p5_init) /* app value */ in test_case_variant()
|