Home
last modified time | relevance | path

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

/openssl/test/
H A Dparams_api_test.c583 static const char *int_names[] = { in test_param_construct() local
652 for (j = 0; j < OSSL_NELEM(int_names); j++) { in test_param_construct()
653 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, int_names[j])) in test_param_construct()
658 TEST_note("iteration %zu var %s", j + 1, int_names[j]); in test_param_construct()

Completed in 8 milliseconds