Lines Matching defs:handle
185 const OSSL_CORE_HANDLE *handle; member
1611 int ossl_provider_set_child(OSSL_PROVIDER *prov, const OSSL_CORE_HANDLE *handle) in ossl_provider_set_child()
1643 static int ossl_provider_register_child_cb(const OSSL_CORE_HANDLE *handle, in ossl_provider_register_child_cb()
1729 static void ossl_provider_deregister_child_cb(const OSSL_CORE_HANDLE *handle) in ossl_provider_deregister_child_cb()
1803 static const OSSL_PARAM *core_gettable_params(const OSSL_CORE_HANDLE *handle) in core_gettable_params()
1808 static int core_get_params(const OSSL_CORE_HANDLE *handle, OSSL_PARAM params[]) in core_get_params()
1841 static OPENSSL_CORE_CTX *core_get_libctx(const OSSL_CORE_HANDLE *handle) in core_get_libctx()
1859 static int core_thread_start(const OSSL_CORE_HANDLE *handle, in core_thread_start()
1885 static void core_new_error(const OSSL_CORE_HANDLE *handle) in core_new_error()
1890 static void core_set_error_debug(const OSSL_CORE_HANDLE *handle, in core_set_error_debug()
1896 static void core_vset_error(const OSSL_CORE_HANDLE *handle, in core_vset_error()
1917 static int core_set_error_mark(const OSSL_CORE_HANDLE *handle) in core_set_error_mark()
1922 static int core_clear_last_error_mark(const OSSL_CORE_HANDLE *handle) in core_clear_last_error_mark()
1927 static int core_pop_error_to_mark(const OSSL_CORE_HANDLE *handle) in core_pop_error_to_mark()