Searched refs:core_get_params (Results 1 – 3 of 3) sorted by relevance
20 int core_get_params(const OSSL_CORE_HANDLE *handle, OSSL_PARAM params[]);151 core_get_params OSSL_FUNC_CORE_GET_PARAMS214 L<OSSL_PARAM(3)>, for parameters that core_get_params() can handle.216 core_get_params() retrieves parameters from the core for the given I<handle>.477 core_get_params() can retrieve the following core parameters for each provider:
2137 static OSSL_FUNC_core_get_params_fn core_get_params; variable2197 static int core_get_params(const OSSL_CORE_HANDLE *handle, OSSL_PARAM params[]) in core_get_params() function2465 { OSSL_FUNC_CORE_GET_PARAMS, (void (*)(void))core_get_params },
68 OSSL_CORE_MAKE_FUNC(int,core_get_params,(const OSSL_CORE_HANDLE *prov,
Completed in 15 milliseconds