Searched refs:dispatch (Results 1 – 21 of 21) sorted by relevance
/openssl/test/ |
H A D | filterprov.c | 31 } 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 D | openssl-core_dispatch.h.pod | 6 - 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 D | provider.pod | 55 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 D | provider-rand.pod | 85 The parameter I<parent_calls> points to the dispatch table for I<parent>.
|
H A D | provider-base.pod | 41 * dispatch 385 provider_get0_dispatch() gets the dispatch table registered by the provider
|
/openssl/providers/implementations/rands/ |
H A D | fips_crng_test.c | 175 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 D | drbg.c | 42 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 D | ossl_method_construct.pod | 36 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 D | evp_generic_fetch.pod | 53 dispatch table I<fns>, with name identity I<name_id>.
|
H A D | ossl_provider_new.pod | 240 ossl_provider_get0_dispatch() returns the dispatch table that the provider
|
/openssl/crypto/evp/ |
H A D | evp_rand.c | 31 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 D | ASYNC_WAIT_CTX_new.pod | 173 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 D | OSSL_LIB_CTX.pod | 44 useful for provider authors. The I<handle> and dispatch structure arguments
|
H A D | OSSL_PROVIDER.pod | 159 OSSL_PROVIDER_get0_dispatch() returns the provider's dispatch table as it was
|
/openssl/crypto/ |
H A D | provider_core.c | 197 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 D | connection-id-cache.md | 48 used to dispatch incoming datagrams to their correct destination and
|
H A D | glossary.md | 52 **DISPATCH:** Refers to the QUIC-specific dispatch code in `ssl_lib.c`. This
|
H A D | quic-api-ssl-funcs.md | 52 - **NC**: No changes are expected to be needed (where marked **\***, dispatch 59 dispatch to handshake layer with changes inside the handshake layer).
|
H A D | quic-io-arch.md | 135 - a thread which exists solely to wait for and dispatch timeout events.
|
/openssl/ |
H A D | INSTALL.md | 2005 the idea of performing dispatch at run-time, which is facilitated by the special
|
H A D | CHANGES.md | 12833 * Optionally dispatch EC_POINT_mul(), EC_POINT_precompute_mult()
|
Completed in 94 milliseconds