Lines Matching +full:side +full:- +full:by +full:- +full:side
5 provider-digest - The digest library E<lt>-E<gt> provider functions
59 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
61 (see L<provider-base(7)/Provider Functions>).
73 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
74 macros in L<openssl-core_dispatch.h(7)>, as follows:
100 OSSL_FUNC_digest_newctx() should create and return a pointer to a provider side
107 OSSL_FUNC_digest_freectx() is passed a pointer to the provider side digest context in
111 OSSL_FUNC_digest_dupctx() should duplicate the provider side digest context in the
117 provider side digest context in the I<dctx> parameter.
124 side context.
126 by I<in>.
131 The I<dctx> parameter contains a pointer to the provider side context.
137 No provider side digest context is used.
146 See L<OSSL_PARAM(3)> for further details on the parameters structure used by
153 provider side digest context I<dctx> to I<params>.
158 the given provider side digest context I<dctx> and stores them in I<params>.
170 the provider side context if I<dctx> is not NULL and on the provider
171 side algorithm I<provctx> otherwise.
173 Parameters currently recognised by built-in digests with this function
175 by all digests:
201 This digest method is an extensible-output function (XOF) and supports
207 parameter set to NULL by default. Use this for PKCS#1. I<Note: if
213 parameter be left absent by default. I<Note: if combined with
233 given provider side digest context I<dctx> to I<params>.
238 values associated with the give provider side digest context I<dctx>
245 provider side digest context, or NULL on failure.
264 L<provider(7)>, L<OSSL_PROVIDER-FIPS(7)>, L<OSSL_PROVIDER-default(7)>,
265 L<OSSL_PROVIDER-legacy(7)>,
266 L<EVP_MD-common(7)>, L<EVP_MD-BLAKE2(7)>, L<EVP_MD-MD2(7)>,
267 L<EVP_MD-MD4(7)>, L<EVP_MD-MD5(7)>, L<EVP_MD-MD5-SHA1(7)>,
268 L<EVP_MD-MDC2(7)>, L<EVP_MD-RIPEMD160(7)>, L<EVP_MD-SHA1(7)>,
269 L<EVP_MD-SHA2(7)>, L<EVP_MD-SHA3(7)>, L<EVP_MD-SHAKE(7)>,
270 L<EVP_MD-SM3(7)>, L<EVP_MD-WHIRLPOOL(7)>,
271 L<EVP_MD-NULL(7)>,
272 L<life_cycle-digest(7)>, L<EVP_DigestInit(3)>
280 Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.