Lines Matching refs:provider
5 provider-encoder - The OSSL_ENCODER library E<lt>-E<gt> provider functions
49 The ENCODER operation is a generic method to encode a provider-native
51 L<provider-object(7)>) into an encoded form, and write the result to
57 L<provider-base(7)/Core functions>).
62 be provider-native and thereby passed via I<obj_raw>), and another one
71 L<provider-object(7)> already defines a way to pass such data,
78 provider, and thereby allow them to exist independently of each
81 The encoding using a provider side object can only be safely used
82 with provider data coming from the same provider, for example keys
83 with the L<KEYMGMT|provider-keymgmt(7)> provider.
86 F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays via
87 B<OSSL_ALGORITHM> arrays that are returned by the provider's
89 (see L<provider-base(7)/Provider Functions>).
180 The possible values of both these properties is open ended. A provider may
190 This set of bits depend entirely on what kind of provider-side object is
192 with L<provider-keymgmt(7)> (see L<provider-keymgmt(7)/Key Objects>) when
225 A provider-native object may be associated with a foreign provider, and may
227 Provided that the foreign provider's implementation to handle the object has
233 given with I<selection> to create a provider-native object that can be
241 OSSL_FUNC_encoder_encode() should take a provider-native object (in
316 L<provider(7)>