Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 21 of 21) 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 Dprovider-rand.pod85 The parameter I<parent_calls> points to the dispatch table for I<parent>.
H A Dprovider-base.pod41 * dispatch
385 provider_get0_dispatch() gets the dispatch table registered by the provider
/openssl/providers/implementations/rands/
H A Dfips_crng_test.c175 static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch, in find_call() argument
178 if (dispatch != NULL) in find_call()
179 while (dispatch->function_id != 0) { in find_call()
180 if (dispatch->function_id == function) in find_call()
181 return dispatch; in find_call()
182 dispatch++; in find_call()
H A Ddrbg.c42 static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch,
743 static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch, in find_call() argument
746 if (dispatch != NULL) in find_call()
747 while (dispatch->function_id != 0) { in find_call()
748 if (dispatch->function_id == function) in find_call()
749 return dispatch; in find_call()
750 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.c31 const OSSL_DISPATCH *dispatch; member
138 rand->dispatch = fns; in evp_rand_from_algorithm()
368 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.pod44 useful for provider authors. The I<handle> and dispatch structure arguments
H A DOSSL_PROVIDER.pod159 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
981 prov->dispatch = provider_dispatch; in provider_init()
1611 return prov->dispatch; in ossl_provider_get0_dispatch()
/openssl/doc/designs/quic-design/
H A Dconnection-id-cache.md48 used to dispatch incoming datagrams to their correct destination and
H A Dglossary.md52 **DISPATCH:** Refers to the QUIC-specific dispatch code in `ssl_lib.c`. This
H A Dquic-api-ssl-funcs.md52 - **��NC**: No changes are expected to be needed (where marked **\***, dispatch
59 dispatch to handshake layer with changes inside the handshake layer).
H A Dquic-io-arch.md135 - a thread which exists solely to wait for and dispatch timeout events.
/openssl/
H A DINSTALL.md2005 the idea of performing dispatch at run-time, which is facilitated by the special
H A DCHANGES.md12833 * Optionally dispatch EC_POINT_mul(), EC_POINT_precompute_mult()

Completed in 94 milliseconds