Home
last modified time | relevance | path

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

/openssl/test/
H A Dparams_test.c310 static char app_p5[256]; /* "p5" */ variable
341 strcpy(app_p5, app_p5_init); in init_app_variables()
357 { "p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5), 0 },
369 OSSL_PARAM_DEFN("p5", OSSL_PARAM_UTF8_STRING, &app_p5, sizeof(app_p5)),
390 params[n++] = OSSL_PARAM_construct_utf8_string("p5", app_p5, in construct_api_params()
391 sizeof(app_p5)); in construct_api_params()
469 || !TEST_str_eq(app_p5, p5_init) /* "provider" value */ in test_case_variant()
493 || !TEST_str_eq(sneakpeek->p5, app_p5) /* app value set */ in test_case_variant()
520 || !TEST_str_eq(app_p5, app_p5_init) /* app value */ in test_case_variant()

Completed in 7 milliseconds