Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 18 of 18) sorted by relevance

/openssl/test/
H A Dfilterprov.c31 } dispatch[MAX_FILTERS]; member
87 if (globs->dispatch[i].operation == operation_id) { in filter_query()
89 return globs->dispatch[i].alg; in filter_query()
109 if (globs->dispatch[i].alg == algs) in filter_unquery()
209 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; in filter_provider_set_filter()
218 globs->dispatch[globs->num_dispatch].operation = operation; in filter_provider_set_filter()
/openssl/doc/man7/
H A Dopenssl-core_dispatch.h.pod6 - OpenSSL provider dispatch numbers and function types
15 numbers, dispatch numbers and provider interface function types
18 The operation and dispatch numbers are represented with macros, which
35 With every dispatch number, there is an associated function type.
H A Dprovider.pod55 dispatch array I<in>.
57 I<in> is a dispatch array of base functions offered by the OpenSSL
61 I<*out> must be assigned a dispatch array of base functions that the
H A Dssl.pod46 This is a dispatch structure describing the internal B<ssl> library
H A Dopenssl-core.h.pod53 definition (string) and a dispatch table (array of B<OSSL_DISPATCH>).
H A Dprovider-rand.pod85 The parameter I<parent_calls> points to the dispatch table for I<parent>.
H A Dprovider-base.pod41 * dispatch
355 provider_get0_dispatch() gets the dispatch table registered by the provider
/openssl/providers/implementations/rands/
H A Ddrbg.c42 static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch,
720 static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch, in find_call() argument
723 if (dispatch != NULL) in find_call()
724 while (dispatch->function_id != 0) { in find_call()
725 if (dispatch->function_id == function) in find_call()
726 return dispatch; in find_call()
727 dispatch++; in find_call()
/openssl/doc/internal/man3/
H A Dossl_method_construct.pod36 on provider dispatch tables need to do so in exactly the same way.
55 providers for a dispatch table given an I<operation_id>, and then
81 when the provider doesn't want its dispatch table stored in a longer
123 dispatch table I<fns>.
H A Devp_generic_fetch.pod53 dispatch table I<fns>, with name identity I<name_id>.
H A Dossl_provider_new.pod240 ossl_provider_get0_dispatch() returns the dispatch table that the provider
/openssl/crypto/evp/
H A Devp_rand.c32 const OSSL_DISPATCH *dispatch; member
136 rand->dispatch = fns; in evp_rand_from_algorithm()
355 parent_dispatch = parent->meth->dispatch; in EVP_RAND_CTX_new()
/openssl/doc/man3/
H A DASYNC_WAIT_CTX_new.pod173 code would initiate cryptographic operations, and the engine code would dispatch
174 this operation to hardware, and if the dispatch is successful, then the engine
H A DOSSL_LIB_CTX.pod42 useful for provider authors. The I<handle> and dispatch structure arguments
H A DOSSL_PROVIDER.pod140 OSSL_PROVIDER_get0_dispatch() returns the provider's dispatch table as it was
/openssl/crypto/
H A Dprovider_core.c197 const OSSL_DISPATCH *dispatch; member
917 prov->dispatch = provider_dispatch; in provider_init()
1510 return prov->dispatch; in ossl_provider_get0_dispatch()
/openssl/
H A DINSTALL.md1784 the idea of performing dispatch at run-time, which is facilitated by the special
H A DCHANGES.md11291 * Optionally dispatch EC_POINT_mul(), EC_POINT_precompute_mult()

Completed in 74 milliseconds