Lines Matching refs:as
13 * the function signatures for functions that are offered as function
74 All "functions" mentioned here are passed as function pointers between
90 B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
91 macros in L<openssl-core_dispatch.h(7)>, as follows:
126 represented as I<keydata> in this manual.
132 interface that we document here can be passed as is to other provider
133 operations, such as OP_signature_sign_init() (see
163 classification. In other words, this particular selector bit works as
177 =for comment This should used by EVP functions such as
220 OSSL_FUNC_keymgmt_gen() and OSSL_FUNC_keymgmt_gen_cleanup() work together as a
232 chooses can be used as a template for the key object to be generated.
257 OSSL_FUNC_keymgmt_load() are mandatory, as well as OSSL_FUNC_keymgmt_free() and
260 present as well.
289 but only works as an advisory. If this function is not present, or
291 from the same provider, of the same name as the one used to fetch the
299 not meaningful such as B<OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS> for
300 RSA keys the function should just return 1 as the selected subset
315 not meaningful such as B<OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS> for
316 RSA keys the function should just return 1 as there is nothing to validate for
331 I<param_cb> with that array as well as the given I<cbarg>.
350 keymgmt algorithms are as follows: