Home
last modified time | relevance | path

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

/openssl/test/
H A Dprovider_status_test.c122 params[0] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_NAME, &name, 0); in get_provider_params()
123 params[1] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, in get_provider_params()
126 params[3] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_BUILDINFO, in get_provider_params()
H A Dparams_test.c393 params[n++] = OSSL_PARAM_construct_utf8_ptr("p6", (char **)&app_p6, in construct_api_params()
H A Dparams_api_test.c627 params[n++] = OSSL_PARAM_construct_utf8_ptr("utf8ptr", &bufp, 0); in test_param_construct()
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod17 OSSL_PARAM_construct_utf8_string, OSSL_PARAM_construct_utf8_ptr,
71 OSSL_PARAM OSSL_PARAM_construct_utf8_ptr(const char *key, char **buf,
203 OSSL_PARAM_construct_utf8_ptr() is a function that constructs a UTF8 string
316 OSSL_PARAM_construct_utf8_ptr() and OSSL_PARAM_construct_octet_ptr()
339 For OSSL_PARAM_construct_utf8_ptr() and OSSL_PARAM_consstruct_octet_ptr(),
/openssl/apps/
H A Dfipsinstall.c294 *p++ = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_NAME, in load_fips_prov_and_run_self_test()
296 *p++ = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, in load_fips_prov_and_run_self_test()
298 *p++ = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_BUILDINFO, in load_fips_prov_and_run_self_test()
H A Dlist.c1298 params[0] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_NAME, in list_provider_info()
1300 params[1] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, in list_provider_info()
1303 params[3] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_BUILDINFO, in list_provider_info()
/openssl/test/testutil/
H A Dprovider.c85 *params = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, &vs, 0); in fips_provider_version()
/openssl/include/openssl/
H A Dparams.h90 OSSL_PARAM OSSL_PARAM_construct_utf8_ptr(const char *key, char **buf,
/openssl/providers/fips/
H A Dfipsprov.c134 *p++ = OSSL_PARAM_construct_utf8_ptr( \ in fips_get_params_from_core()
144 *p++ = OSSL_PARAM_construct_utf8_ptr( \ in fips_get_params_from_core()
/openssl/crypto/
H A Dparams.c1523 OSSL_PARAM OSSL_PARAM_construct_utf8_ptr(const char *key, char **buf, in OSSL_PARAM_construct_utf8_ptr() function
/openssl/crypto/evp/
H A Dctrl_params_translate.c498 OSSL_PARAM_construct_utf8_ptr(translation->param_key, in default_fixup_args()
/openssl/util/
H A Dlibcrypto.num4550 OSSL_PARAM_construct_utf8_ptr 4678 3_0_0 EXIST::FUNCTION:

Completed in 64 milliseconds