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

/freebsd-current/crypto/openssl/test/
H A Dparams_api_test.c475 char buf[100], buf2[100], *bufp, *bufp2; local
579 || !TEST_true(OSSL_PARAM_get_utf8_ptr(cp, (const char **)&bufp2))
580 || !TEST_str_eq(bufp2, "tuvwxyz")
581 || (tstid <= 1 && !TEST_ptr_eq(bufp2, bufp)))

Completed in 119 milliseconds