Home
last modified time | relevance | path

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

/openssl/test/
H A Dparams_api_test.c598 char buf[100], buf2[100], *bufp, *bufp2; in test_param_construct() local
702 || !TEST_true(OSSL_PARAM_get_utf8_ptr(cp, (const char **)&bufp2)) in test_param_construct()
703 || !TEST_str_eq(bufp2, "tuvwxyz") in test_param_construct()
704 || (tstid <= 1 && !TEST_ptr_eq(bufp2, bufp))) in test_param_construct()

Completed in 7 milliseconds