Lines Matching +full:built +full:- +full:into
5 provider-decoder - The OSSL_DECODER library E<lt>-E<gt> provider functions
46 decoding into intermediate data formats.>
48 The DECODER operation is a generic method to create a provider-native
57 L<provider-base(7)/Core functions>).
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()
73 (see L<provider-base(7)/Provider Functions>).
90 macros in L<openssl-core_dispatch.h(7)>, as follows:
155 Structures currently recognised by built-in decoders:
159 =item "type-specific"
185 This set of bits depend entirely on what kind of provider-side object is
187 used with L<provider-keymgmt(7)> (see L<provider-keymgmt(7)/Key Objects>) when
188 the object is an asymmetric keypair - e.g., B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY>
216 When a provider-native object is created by a decoder it would be unsuitable
218 exporting the object into that foreign provider if the foreign provider
222 referenced by I<objref> as an L<OSSL_PARAM(3)> array and pass that into the
245 this function couldn't decode the input into anything, because there may be
246 another decoder implementation that can decode it into something.
249 decode the input into anything.
254 could be decoded into some sort of object that this function understands,
255 but further treatment of that object results into errors that won't be
266 built-in decoders.
268 Parameters currently recognised by the built-in pass phrase callback:
307 Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.