Lines Matching full:should
144 Indicating that the private key data in a key object should be
149 Indicating that the public key data in a key object should be
154 Indicating that the domain parameters in a key object should be
159 Indicating that other parameters in a key object should be
174 Indicating that all key object parameters should be considered,
177 =for comment This should used by EVP functions such as
183 =for comment If more parameter categories are added, they should be
188 Indicating that both the whole key pair in a key object should be
196 Indicating that everything in a key object should be considered.
211 OSSL_FUNC_keymgmt_new() should create a provider side key object. The
215 OSSL_FUNC_keymgmt_free() should free the passed I<keydata>.
222 OSSL_FUNC_keymgmt_gen_init() should create the key object generation context
224 of contents the key object to be generated should get.
225 The I<params>, if not NULL, should be set on the context in a manner similar to
228 OSSL_FUNC_keymgmt_gen_set_template() should add I<template> to the context
235 OSSL_FUNC_keymgmt_gen_set_params() should set additional parameters from
238 OSSL_FUNC_keymgmt_gen_settable_params() should return a constant array of
242 OSSL_FUNC_keymgmt_gen() should perform the key object generation itself, and
243 return the result. The callback I<cb> should be called at regular
247 OSSL_FUNC_keymgmt_gen_cleanup() should clean up and free the key object
263 OSSL_FUNC_keymgmt_get_params() should extract information data associated
266 OSSL_FUNC_keymgmt_gettable_params() should return a constant array of
273 OSSL_FUNC_keymgmt_set_params() should update information data associated
276 OSSL_FUNC_keymgmt_settable_params() should return a constant array of
285 OSSL_FUNC_keymgmt_query_operation_name() should return the name of the
293 OSSL_FUNC_keymgmt_has() should check whether the given I<keydata> contains the subsets
299 RSA keys the function should just return 1 as the selected subset
302 OSSL_FUNC_keymgmt_validate() should check if the I<keydata> contains valid
315 RSA keys the function should just return 1 as there is nothing to validate for
318 OSSL_FUNC_keymgmt_match() should check if the data subset indicated by
325 OSSL_FUNC_keymgmt_import() should import data indicated by I<selection> into
328 OSSL_FUNC_keymgmt_export() should extract values indicated by I<selection>
332 OSSL_FUNC_keymgmt_import_types() should return a constant array of descriptor
336 OSSL_FUNC_keymgmt_export_types() should return a constant array of descriptor
340 OSSL_FUNC_keymgmt_dup() should duplicate data subsets indicated by
355 The value should be the cryptographic length of the cryptosystem to
361 The value should be the maximum size that a caller should allocate to
374 The value should be the number of security bits of the given key.
380 keys from this keymgmt, this parameter should get its name as value.
387 its argument I<mdname>. This signifies that no digest should be specified
393 keys from this keymgmt, this parameter should get its name as value.
411 OSSL_FUNC_keymgmt_new() and OSSL_FUNC_keymgmt_dup() should return a valid
415 OSSL_FUNC_keymgmt_set_params() should return 1 for success or 0 on error.
417 OSSL_FUNC_keymgmt_validate() should return 1 on successful validation, or 0 on
420 OSSL_FUNC_keymgmt_has() should return 1 if all the selected data subsets are contained
423 OSSL_FUNC_keymgmt_query_operation_name() should return a pointer to a string matching
429 should