Lines Matching refs:object

17  /* Key object (keydata) creation and destruction */
31 /* Key loading by object reference, also a constructor */
34 /* Key object information */
40 /* Key object content checks */
48 /* Key object import and export functions */
55 /* Key object duplication, a constructor */
58 /* Key object validation */
125 A key object is a collection of data for an asymmetric key, and is
128 The exact contents of a key object are defined by the provider, and it
131 for example, a key object that has been created using the KEYMGMT
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,
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.
212 OSSL_FUNC_keymgmt_new() should create a provider side key object. The
214 key object, but that is not mandatory.
221 more elaborate context based key object constructor.
223 OSSL_FUNC_keymgmt_gen_init() should create the key object generation context
225 of contents the key object to be generated should get.
230 I<genctx>. The I<template> is assumed to be a key object constructed
232 chooses can be used as a template for the key object to be generated.
237 I<params> in the key object generation context I<genctx>.
243 OSSL_FUNC_keymgmt_gen() should perform the key object generation itself, and
245 intervals with indications on how the key object generation
248 OSSL_FUNC_keymgmt_gen_cleanup() should clean up and free the key object
251 OSSL_FUNC_keymgmt_load() creates a provider side key object based on a
252 I<reference> object with a size of I<reference_sz> bytes, that only the
343 provider side key object with the data.
383 reference to the newly created provider side key object, or NULL on failure.