Lines Matching refs:handle

19  const OSSL_ITEM *core_gettable_params(const OSSL_CORE_HANDLE *handle);
20 int core_get_params(const OSSL_CORE_HANDLE *handle, OSSL_PARAM params[]);
23 int core_thread_start(const OSSL_CORE_HANDLE *handle,
27 OPENSSL_CORE_CTX *core_get_libctx(const OSSL_CORE_HANDLE *handle);
28 void core_new_error(const OSSL_CORE_HANDLE *handle);
29 void core_set_error_debug(const OSSL_CORE_HANDLE *handle,
31 void core_vset_error(const OSSL_CORE_HANDLE *handle,
36 int core_obj_create(const OSSL_CORE_HANDLE *handle, const char *oid,
76 size_t get_entropy(const OSSL_CORE_HANDLE *handle,
79 size_t get_user_entropy(const OSSL_CORE_HANDLE *handle,
82 void cleanup_entropy(const OSSL_CORE_HANDLE *handle,
84 void cleanup_user_entropy(const OSSL_CORE_HANDLE *handle,
86 size_t get_nonce(const OSSL_CORE_HANDLE *handle,
89 size_t get_user_nonce(const OSSL_CORE_HANDLE *handle,
92 void cleanup_nonce(const OSSL_CORE_HANDLE *handle,
94 void cleanup_user_nonce(const OSSL_CORE_HANDLE *handle,
98 int provider_register_child_cb(const OSSL_CORE_HANDLE *handle,
105 void provider_deregister_child_cb(const OSSL_CORE_HANDLE *handle);
140 (OSSL_FUNC_core_gettable_params_fn)(const OSSL_CORE_HANDLE *handle);
214 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>.
222 thread eventually stops. It must be passed the I<handle> for this provider, as
230 object for the current provider is stored, accessible through the I<handle>.
240 reference to the I<handle>.
276 I<sn> and long name I<ln> for the given I<handle>. It is similar to the OpenSSL
285 and digest algorithm (I<digest_name>) for the given I<handle>. It assumes that
353 I<handle> is this provider's handle and I<cbdata> is this provider's data
362 is passed the handle being used for the new provider being loadded and this
366 from the application's library context. It is passed the handle being used for
380 I<handle>.
404 can handle.
807 OSSL_CORE_HANDLE *handle;
823 c_put_error(provctx->handle, E_MALLOC, __FILE__, __LINE__);
899 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle,
920 c_put_error(handle, E_MALLOC, __FILE__, __LINE__);
923 pctx->handle = handle;