Searched refs:app_p1 (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | params_test.c | 304 static int app_p1; /* "p1" */ variable 334 app_p1 = app_p1_init; in init_app_variables() 353 { "p1", OSSL_PARAM_INTEGER, &app_p1, sizeof(app_p1), 0 }, 365 OSSL_PARAM_int("p1", &app_p1), 385 params[n++] = OSSL_PARAM_construct_int("p1", &app_p1); in construct_api_params() 459 || !TEST_int_eq(app_p1, p1_init) /* "provider" value */ in test_case_variant() 488 if (!TEST_int_eq(sneakpeek->p1, app_p1) /* app value set */ in test_case_variant() 510 || !TEST_int_eq(app_p1, app_p1_init) /* app value */ in test_case_variant()
|