Lines Matching refs:object
30 /* Functions to decode object data */
36 /* Functions to export a decoded object */
49 object reference or intermediate decoded data from an encoded form
52 data or object reference is passed along with eventual metadata
61 implementation to decode an object from PEM to DER, and another one
62 that decodes DER to a provider-native object.
65 a provider-native object referenced by an object reference. To import
66 that object into a different provider the OSSL_FUNC_decoder_export_object()
108 The name of an implementation should match the target type of object
179 Sometimes, an object has more than one subset of data that is interesting to
183 This set of bits depend entirely on what kind of provider-side object is
186 the object is an asymmetric keypair - e.g., B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY>
187 if the object to be decoded is supposed to contain private key components.
214 When a provider-native object is created by a decoder it would be unsuitable
216 exporting the object into that foreign provider if the foreign provider
217 supports the type of the object and provides an import function.
219 OSSL_FUNC_decoder_export_object() should export the object of size I<objref_sz>
226 the B<OSSL_CORE_BIO> I<in> to produce decoded data or an object to be
252 could be decoded into some sort of object that this function understands,
253 but further treatment of that object results into errors that won't be
274 of object it's being prompted for.