Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dprovider_test.c167 const char custom_buf[] = "Custom greeting"; in test_provider_ex() local
172 || !TEST_true(OSSL_PARAM_BLD_push_utf8_string(bld, "greeting", custom_buf, in test_provider_ex()
173 strlen(custom_buf))) in test_provider_ex()
184 || !TEST_str_eq(greeting, custom_buf)) in test_provider_ex()