Lines Matching full:provider

57 .IX Title "PROVIDER-DIGEST 7ossl"
58 .TH PROVIDER-DIGEST 7ossl 2025-09-16 3.5.3 OpenSSL
64 provider\-digest \- The digest library <\-> provider functions
108 This documentation is primarily aimed at provider authors. See \fBprovider\fR\|(7)
116 \&\fIlibcrypto\fR and the provider in \fBOSSL_DISPATCH\fR\|(3) arrays via
117 \&\fBOSSL_ALGORITHM\fR\|(3) arrays that are returned by the provider's
119 (see "Provider Functions" in \fBprovider\-base\fR\|(7)).
163 \&\fBOSSL_FUNC_digest_newctx()\fR should create and return a pointer to a provider side
167 The parameter \fIprovctx\fR is the provider context generated during provider
168 initialisation (see \fBprovider\fR\|(7)).
170 \&\fBOSSL_FUNC_digest_freectx()\fR is passed a pointer to the provider side digest context in
174 \&\fBOSSL_FUNC_digest_dupctx()\fR should duplicate the provider side digest context in the
177 \&\fBOSSL_FUNC_digest_copyctx()\fR should copy the provider side digest context in the
178 \&\fIvinctx\fR parameter to the \fIvoutctx\fR parameter which is the another provider side
187 provider side digest context in the \fIdctx\fR parameter.
193 The \fIdctx\fR parameter contains a pointer to a previously initialised provider
201 The \fIdctx\fR parameter contains a pointer to the provider side context.
207 No provider side digest context is used.
208 Instead the provider context that was created during provider initialisation is
209 passed in the \fIprovctx\fR parameter (see \fBprovider\fR\|(7)).
222 provider side digest context \fIdctx\fR to \fIparams\fR.
227 the given provider side digest context \fIdctx\fR and stores them in \fIparams\fR.
239 the provider side context if \fIdctx\fR is not NULL and on the provider
288 given provider side digest context \fIdctx\fR to \fIparams\fR.
293 values associated with the give provider side digest context \fIdctx\fR
299 provider side digest context, or NULL on failure.
327 The provider DIGEST interface was introduced in OpenSSL 3.0.