Lines Matching +full:least +full:-

18 .\" Set up some character translations and predefined strings.  \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
133 .IX Title "EVP_KDF-PBKDF2 7ossl"
134 .TH EVP_KDF-PBKDF2 7ossl "2023-09-19" "3.0.11" "OpenSSL"
140 EVP_KDF\-PBKDF2 \- The PBKDF2 EVP_KDF implementation
143 Support for computing the \fB\s-1PBKDF2\s0\fR password-based \s-1KDF\s0 through the \fB\s-1EVP_KDF\…
144 \&\s-1API.\s0
146 The \s-1EVP_KDF\-PBKDF2\s0 algorithm implements the \s-1PBKDF2\s0 password-based key
147 derivation function, as described in \s-1SP800\-132\s0; it derives a key from a password
151 \&\*(L"\s-1PBKDF2\*(R"\s0 is the name for this implementation; it
176 These parameters work as described in \*(L"\s-1PARAMETERS\*(R"\s0 in \s-1\fBEVP_KDF\s0\fR\|(3).
180 This parameter can be used to enable or disable \s-1SP800\-132\s0 compliance checks.
185 .IP "\- the iteration count is at least 1000." 4
186 .IX Item "- the iteration count is at least 1000."
188 .IP "\- the salt length is at least 128 bits." 4
189 .IX Item "- the salt length is at least 128 bits."
190 .IP "\- the derived key length is at least 112 bits." 4
191 .IX Item "- the derived key length is at least 112 bits."
197 and the \s-1FIPS\s0 provider uses a default mode of 0.
215 \&\s-1SP800\-132\s0
218 \&\s-1\fBEVP_KDF\s0\fR\|(3),
223 \&\*(L"\s-1PARAMETERS\*(R"\s0 in \s-1\fBEVP_KDF\s0\fR\|(3)
229 Copyright 2018\-2022 The OpenSSL Project Authors. All Rights Reserved.
233 in the file \s-1LICENSE\s0 in the source distribution or at