Lines Matching refs:OSSL_DISPATCH
15 * pointers in OSSL_DISPATCH arrays.
98 const OSSL_DISPATCH *provider_get0_dispatch(const OSSL_CORE_HANDLE *prov);
119 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays, in the call
125 function pointer from a L<OSSL_DISPATCH(3)> element named
132 OSSL_FUNC_core_gettable_params(const OSSL_DISPATCH *opf);
134 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
137 For I<in> (the L<OSSL_DISPATCH(3)> array passed from F<libcrypto> to the
185 For I<*out> (the L<OSSL_DISPATCH(3)> array passed from the provider to
293 the same name. As a matter of fact, the pointers in the L<OSSL_DISPATCH(3)>
702 static const OSSL_DISPATCH foo_fns[] = {
736 static const OSSL_DISPATCH prov_fns[] = {
744 const OSSL_DISPATCH *in,
745 const OSSL_DISPATCH **out,
777 static ossl_inline OSSL_FUNC_bar_newctx(const OSSL_DISPATCH *opf)
782 static ossl_inline OSSL_FUNC_bar_freectx(const OSSL_DISPATCH *opf)
787 static ossl_inline OSSL_FUNC_bar_init(const OSSL_DISPATCH *opf)
793 static ossl_inline OSSL_FUNC_bar_update(const OSSL_DISPATCH *opf)
798 static ossl_inline OSSL_FUNC_bar_final(const OSSL_DISPATCH *opf)