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_MD 3ossl "2023-09-19" "3.0.11" "OpenSSL"
140 BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx \- message digest BIO filter
154 \&\fBBIO_f_md()\fR returns the message digest \s-1BIO\s0 method. This is a filter
155 \&\s-1BIO\s0 that digests any data passed through it, it is a \s-1BIO\s0 wrapper
159 Any data written or read through a digest \s-1BIO\s0 using \fBBIO_read_ex()\fR and
166 \&\fBBIO_reset()\fR reinitialises a digest \s-1BIO.\s0
168 \&\fBBIO_set_md()\fR sets the message digest of \s-1BIO\s0 \fBb\fR to \fBmd\fR: this
169 must be called to initialize a digest \s-1BIO\s0 before any data is
184 \&\s-1BIO\s0 itself and the context pointer will become invalid when the digest
185 \&\s-1BIO\s0 is freed.
187 After the digest has been retrieved from a digest \s-1BIO\s0 it must be
193 a buffering \s-1BIO.\s0
195 Calling \fBBIO_get_md_ctx()\fR will return the context and initialize the \s-1BIO\s0
200 \&\fBBIO_f_md()\fR returns the digest \s-1BIO\s0 method.
206 The following example creates a \s-1BIO\s0 chain containing an \s-1SHA1\s0 and \s-1MD5\s0
207 digest \s-1BIO\s0 and passes the string \*(L"Hello World\*(R" through it. Error
249 This next example retrieves the message digests from a \s-1BIO\s0 chain and
279 and \fBBIO_puts()\fR should be passed to the next \s-1BIO\s0 in the chain and digest
285 \&\s-1BIO\s0 was initialized first.
288 Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved.
292 in the file \s-1LICENSE\s0 in the source distribution or at