Searched refs:OSSL_provider_init (Results 1 – 11 of 11) sorted by relevance
17 OSSL_provider_init_fn OSSL_provider_init; /* Check the function signature */ variable18 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
28 # define OSSL_provider_init PROVIDER_INIT_FUNCTION_NAME macro242 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
1 OSSL_provider_init 1 * EXIST::FUNCTION:
13 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
201 OPENSSL_EXPORT OSSL_provider_init_fn OSSL_provider_init; variable
34 # define OSSL_provider_init ossl_legacy_provider_init macro199 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
46 OSSL_provider_init function. Some OpenSSL functions, such as81 B<OSSL_provider_init> function the currently initialising provider is not yet84 B<OSSL_provider_init> function returns then the new provider is available in the
97 entry point, C<OSSL_provider_init>. The I<name> can be a path
144 dynamically loadable module, with the symbol B<OSSL_provider_init> as179 the provider's B<OSSL_provider_init> function.210 will be located and loaded, then the symbol B<OSSL_provider_init> will241 initially returned in the I<out> parameter of its B<OSSL_provider_init>299 passed to the provider's B<OSSL_provider_init> function.
42 must be named C<OSSL_provider_init> and must be exported.
811 OSSL_provider_init_fn OSSL_provider_init;909 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle,
Completed in 15 milliseconds