Lines Matching +full:least +full:-
1 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "PROVIDER-KDF 7ossl"
58 .TH PROVIDER-KDF 7ossl 2025-09-30 3.5.4 OpenSSL
64 provider\-kdf \- The KDF library <\-> provider functions
110 (see "Provider Functions" in \fBprovider\-base\fR\|(7)).
125 macros in \fBopenssl\-core_dispatch.h\fR\|(7), as follows:
145 In order to be a consistent set of functions, at least the following functions
204 Parameters currently recognised by built-in KDFs are as follows. Not all
248 Enables or disables the SP800\-132 compliance checks.
253 .IP "\- the iteration count is at least 1000." 4
254 .IX Item "- the iteration count is at least 1000."
256 .IP "\- the salt length is at least 128 bits." 4
257 .IX Item "- the salt length is at least 128 bits."
258 .IP "\- the derived key length is at least 112 bits." 4
259 .IX Item "- the derived key length is at least 112 bits."
360 The KDF life-cycle is described in \fBlife_cycle\-kdf\fR\|(7). Providers should
365 \&\fBprovider\fR\|(7), \fBlife_cycle\-kdf\fR\|(7), \fBEVP_KDF\fR\|(3).
371 Copyright 2020\-2022 The OpenSSL Project Authors. All Rights Reserved.