Lines Matching +full:double +full:- +full:buffering

18 .\" Set up some character translations and predefined strings.  \*(-- will
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ 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
134 .TH BIO_F_CIPHER 3ossl "2023-09-19" "3.0.11" "OpenSSL"
140 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx \- cipher BIO filter
155 \&\fBBIO_f_cipher()\fR returns the cipher \s-1BIO\s0 method. This is a filter
156 \&\s-1BIO\s0 that encrypts any data written through it, and decrypts any data
157 read from it. It is a \s-1BIO\s0 wrapper for the cipher routines
162 \&\fBBIO_flush()\fR on an encryption \s-1BIO\s0 that is being written through is
164 to flush and possibly pad the final block through the \s-1BIO.\s0
166 \&\fBBIO_set_cipher()\fR sets the cipher of \s-1BIO\s0 \fBb\fR to \fBcipher\fR using key \fBkey\fR
167 and \s-1IV\s0 \fBiv\fR. \fBenc\fR should be set to 1 for encryption and zero for
170 When reading from an encryption \s-1BIO\s0 the final block is automatically
171 decrypted and checked when \s-1EOF\s0 is detected. \fBBIO_get_cipher_status()\fR
176 \&\s-1BIO\s0 cipher context. The retrieved context can be used in conjunction
182 through the \s-1BIO.\s0 If it is not then the final block will fail a subsequent
187 by \s-1EOF\s0 will also return zero for the final read. \fBBIO_get_cipher_status()\fR
191 be achieved by preceding the cipher \s-1BIO\s0 with a buffering \s-1BIO.\s0
194 \&\fBBIO_f_cipher()\fR returns the cipher \s-1BIO\s0 method.
204 Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved.
208 in the file \s-1LICENSE\s0 in the source distribution or at