Lines Matching +full:de +full:- +full:activated
1 .\" -*- mode: troff; coding: utf-8 -*-
45 . de IX
58 .TH PROVIDER 7ossl 2025-09-30 3.5.4 OpenSSL
64 provider \- OpenSSL operation implementation providers
92 a set of \fBOSSL_ALGORITHM\fR\|(3)s (see \fBopenssl\-core.h\fR\|(7)).
93 It may be a dynamically loadable module, or may be built-in, in
97 If it's built-in, the initialization function may have any name.
115 \&\fBprovider\-base\fR\|(7).
120 \&\fBprovider\-base\fR\|(7), and they are the central means of communication
172 \&\fBprovider\-digest\fR\|(7).
179 \&\fBprovider\-cipher\fR\|(7).
186 \&\fBprovider\-mac\fR\|(7).
193 \&\fBprovider\-kdf\fR\|(7).
200 \&\fBprovider\-keyexch\fR\|(7).
207 \&\fBprovider\-asym_cipher\fR\|(7).
212 The functions the provider can offer are described in \fBprovider\-kem\fR\|(7).
219 \&\fBprovider\-encoder\fR\|(7).
226 \&\fBprovider\-decoder\fR\|(7).
231 in \fBprovider\-rand\fR\|(7).
236 \&\fBprovider\-keymgmt\fR\|(7).
241 \&\fBprovider\-signature\fR\|(7).
246 \&\fBprovider\-storemgmt\fR\|(7).
255 ALGNAME[VERSION?][\-SUBNAME[VERSION?]?][\-SIZE?][\-MODE?]
261 e.g. MD5\-SHA1.
264 sizes (e.g. AES\-128\-CBC, AES\-256\-CBC)
281 activated. In particular, provider initialization should not depend on other
306 \&\fBopenssl\-core.h\fR\|(7),
307 \&\fBprovider\-base\fR\|(7),
308 \&\fBprovider\-digest\fR\|(7),
309 \&\fBprovider\-cipher\fR\|(7),
310 \&\fBprovider\-keyexch\fR\|(7)
317 Copyright 2019\-2022 The OpenSSL Project Authors. All Rights Reserved.