Lines Matching full:will

18 .\" Set up some character translations and predefined strings.  \*(-- will
19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
170 bytes of binary data provided 4 bytes of base 64 encoded data will be produced
172 multiple of 3 then the output data will be padded at the end using the \*(L"=\*(R"
184 final block (which may be less than 48 bytes) will output 4 bytes for every 3
187 will also be output.
195 blocks of data (48 bytes) will be immediately processed and output by this
196 function. Any remainder is held in the \fBctx\fR object and will be processed by a
200 any remainder). This gives the number of blocks of data that will be processed.
204 \&\fBEVP_EncodeUpdate()\fR will set \fB*outl\fR to 0 and return 0. On success 1 will be
207 \&\fBEVP_EncodeFinal()\fR must be called at the end of an encoding operation. It will
209 data will be stored in \fBout\fR and the length of the data written will be stored
211 sufficiently large to accommodate the output data which will never be more than
217 \&\fBEVP_ENCODE_CTX_num()\fR will return the number of as yet unprocessed bytes still to
222 output data will be produced. If \fBn\fR is not divisible by 3 then the block is
224 divisible by 4. Additionally a \s-1NUL\s0 terminator character will be added. For
235 function will attempt to decode as much data as possible in 4 byte chunks. Any
237 of unprocessed data (1, 2 or 3 bytes) that remains at the end will be held in
246 line feeds), 3 bytes of binary output data will be produced (or less at the end
251 a multiple of 4 and therefore an error has occurred. The function will return \-1
254 \&\fBEVP_DecodeBlock()\fR will decode the block of \fBn\fR characters of base 64 data
255 contained in \fBf\fR and store the result in \fBt\fR. Any leading whitespace will be
256 trimmed as will any trailing whitespace, newlines, carriage returns or \s-1EOF\s0
258 by 4. For every 4 input bytes exactly 3 output bytes will be produced. The
259 output will be padded with 0 bits if necessary to ensure that the output is
260 always 3 bytes for every 4 input bytes. This function will return the length of