Lines Matching full:provider

133 .IX Title "PROVIDER 7ossl"
134 .TH PROVIDER 7ossl "2023-09-19" "3.0.11" "OpenSSL"
140 provider \- OpenSSL operation implementation providers
143 #include <openssl/provider.h>
148 This page contains information useful to provider authors.
150 A \fIprovider\fR, in OpenSSL terms, is a unit of code that provides one
164 .SS "Provider"
165 .IX Subsection "Provider"
166 A \fIprovider\fR offers an initialization function, as a set of base
183 \&\fIhandle\fR is the OpenSSL library object for the provider, and works
185 the provider.
186 For the provider itself, it is passed to some of the functions given in the
194 provider offers to the OpenSSL libraries.
197 between the OpenSSL libraries and the provider.
199 \&\fI*provctx\fR should be assigned a provider specific context to allow
200 the provider multiple simultaneous uses.
202 the provider.
204 Note that the provider will not be made available for applications to use until
207 One of the functions the provider offers to the OpenSSL libraries is
219 \&\fIprovctx\fR is the provider specific context that was passed back by
239 provider may or may not offer, depending on its needs.
247 The functions the provider can offer are described in
254 The functions the provider can offer are described in
261 The functions the provider can offer are described in
268 The functions the provider can offer are described in
275 The functions the provider can offer are described in
282 The functions the provider can offer are described in
288 The functions the provider can offer are described in \fBprovider\-kem\fR\|(7).
294 The functions the provider can offer are described in
301 The functions the provider can offer are described in
306 The functions the provider can offer for random number generation are described
307 in \fBprovider\-rand\fR\|(7).
311 The functions the provider can offer for key management are described in
316 The functions the provider can offer for digital signatures are described in
321 The functions the provider can offer for store management are described in