Home
last modified time | relevance | path

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

/openssl/test/
H A Dparams_test.c305 static int app_p1; /* "p1" */ variable
335 app_p1 = app_p1_init; in init_app_variables()
354 { "p1", OSSL_PARAM_INTEGER, &app_p1, sizeof(app_p1), 0 },
366 OSSL_PARAM_int("p1", &app_p1),
386 params[n++] = OSSL_PARAM_construct_int("p1", &app_p1); in construct_api_params()
460 || !TEST_int_eq(app_p1, p1_init) /* "provider" value */ in test_case_variant()
489 if (!TEST_int_eq(sneakpeek->p1, app_p1) /* app value set */ in test_case_variant()
511 || !TEST_int_eq(app_p1, app_p1_init) /* app value */ in test_case_variant()

Completed in 5 milliseconds