Lines Matching +full:low +full:- +full:pass
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
117 . \" for low resolution devices (crt and lpr)
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
134 .TH PKCS12_PBE_KEYIVGEN 3ossl "2023-09-19" "3.0.11" "OpenSSL"
141 PKCS12_pbe_crypt, PKCS12_pbe_crypt_ex \- PKCS#12 Password based encryption
147 \& int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
150 \& int PKCS12_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
155 \& const char *pass, int passlen,
160 \& const char *pass, int passlen,
168 \&\fBPKCS12_PBE_keyivgen()\fR and \fBPKCS12_PBE_keyivgen_ex()\fR take a password \fIpass\fR of
179 based on the algorithm in \fIalgor\fR and password \fIpass\fR of length \fIpasslen\fR.
188 \&\fIpass\fR is the password used in the derivation of length \fIpasslen\fR. \fIpass\fR
189 is an optional parameter and can be \s-1NULL.\s0 If \fIpasslen\fR is \-1, then the
190 function will calculate the length of \fIpass\fR using \fBstrlen()\fR.
193 \&\fIsalt\fR is \s-1NULL,\s0 then \fIsaltlen\fR must be 0. The function will not
195 be \s-1NULL\s0 terminated.
198 equal to 1. \s-1RFC 2898\s0 suggests an iteration count of at least 1000. Any
216 output or \s-1NULL\s0 if an error occurred.
219 \&\s-1IETF RFC 7292\s0 (<https://tools.ietf.org/html/rfc7292>)
224 \&\fBpassphrase\-encoding\fR\|(7)
230 Copyright 2014\-2021 The OpenSSL Project Authors. All Rights Reserved.
234 in the file \s-1LICENSE\s0 in the source distribution or at