Lines Matching full:bytes
170 bytes of binary data provided 4 bytes of base 64 encoded data will be produced
181 Encoding of binary data is performed in blocks of 48 input bytes (or less for
182 the final block). For each 48 byte input block encoded 64 bytes of base 64 data
183 is output plus an additional newline character (i.e. 65 bytes in total). The
184 final block (which may be less than 48 bytes) will output 4 bytes for every 3
185 bytes of input. If the data length is not divisible by 3 then a full 4 bytes is
186 still output for the final 1 or 2 bytes of input. Similarly a newline character
191 \&\fBEVP_EncodeUpdate()\fR encode \fBinl\fR bytes of data found in the buffer pointed to by
192 \&\fBin\fR. The output is stored in the buffer \fBout\fR and the number of bytes output
195 blocks of data (48 bytes) will be immediately processed and output by this
201 Ensure the output buffer contains 65 bytes of storage for each block, plus an
212 65 bytes plus an additional \s-1NUL\s0 terminator (i.e. 66 bytes in total).
217 \&\fBEVP_ENCODE_CTX_num()\fR will return the number of as yet unprocessed bytes still to
221 \&\fBn\fR and stores it in \fBt\fR. For every 3 bytes of input provided 4 bytes of
225 example if 16 bytes of input data is provided then 24 bytes of encoded data is
226 created plus 1 byte for a \s-1NUL\s0 terminator (i.e. 25 bytes in total). The length of
232 to by \fBin\fR. The output is stored in the buffer \fBout\fR and the number of bytes
237 of unprocessed data (1, 2 or 3 bytes) that remains at the end will be held in
245 every 4 valid base 64 bytes processed (ignoring whitespace, carriage returns and
246 line feeds), 3 bytes of binary output data will be produced (or less at the end
258 by 4. For every 4 input bytes exactly 3 output bytes will be produced. The
260 always 3 bytes for every 4 input bytes. This function will return the length of
267 \&\fBEVP_ENCODE_CTX_num()\fR returns the number of bytes pending encoding or decoding in
272 \&\fBEVP_EncodeBlock()\fR returns the number of bytes encoded excluding the \s-1NUL\s0