Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/
H A Dnullprov.c24 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_VERSION, OSSL_PARAM_UTF8_PTR, NULL, 0),
42 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in null_get_params()
H A Dbaseprov.c39 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_VERSION, OSSL_PARAM_UTF8_PTR, NULL, 0),
58 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in base_get_params()
H A Dlegacyprov.c57 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_VERSION, OSSL_PARAM_UTF8_PTR, NULL, 0),
75 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in legacy_get_params()
H A Ddefltprov.c44 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_VERSION, OSSL_PARAM_UTF8_PTR, NULL, 0),
62 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in deflt_get_params()
/freebsd/crypto/openssl/test/
H A Dprovider_status_test.c117 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_VERSION)) in get_provider_params()
123 params[1] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, in get_provider_params()
/freebsd/crypto/openssl/test/testutil/
H A Dprovider.c85 *params = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, &vs, 0); in fips_provider_version()
/freebsd/crypto/openssl/apps/
H A Dfipsinstall.c318 *p++ = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, in load_fips_prov_and_run_self_test()
334 *p++ = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, in load_fips_prov_and_run_self_test()
H A Dlist.c1403 params[1] = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, in list_provider_info()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h525 # define OSSL_PROV_PARAM_VERSION "version" macro
/freebsd/crypto/openssl/providers/fips/
H A Dfipsprov.c183 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_VERSION, OSSL_PARAM_UTF8_PTR, NULL, 0), in fips_gettable_params()
206 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in fips_get_params()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-base.pod485 =item "version" (B<OSSL_PROV_PARAM_VERSION>) <UTF8 ptr>