Lines Matching refs:OSSL_DISPATCH
15 * pointers in OSSL_DISPATCH arrays.
103 const OSSL_DISPATCH *provider_get0_dispatch(const OSSL_CORE_HANDLE *prov);
124 F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays, in the call
130 function pointer from a B<OSSL_DISPATCH> element named
137 OSSL_FUNC_core_gettable_params(const OSSL_DISPATCH *opf);
139 B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
142 For I<in> (the B<OSSL_DISPATCH> array passed from F<libcrypto> to the
193 For I<*out> (the B<OSSL_DISPATCH> array passed from the provider to
300 the same name. As a matter of fact, the pointers in the B<OSSL_DISPATCH>
714 static const OSSL_DISPATCH foo_fns[] = {
748 static const OSSL_DISPATCH prov_fns[] = {
756 const OSSL_DISPATCH *in,
757 const OSSL_DISPATCH **out,
789 static ossl_inline OSSL_FUNC_bar_newctx(const OSSL_DISPATCH *opf)
794 static ossl_inline OSSL_FUNC_bar_newctx(const OSSL_DISPATCH *opf)
799 static ossl_inline OSSL_FUNC_bar_init(const OSSL_DISPATCH *opf)
805 static ossl_inline OSSL_FUNC_bar_update(const OSSL_DISPATCH *opf)
810 static ossl_inline OSSL_FUNC_bar_final(const OSSL_DISPATCH *opf)