Lines Matching refs:input
36 plus some occasional newlines (see below). If the input data length is not a
46 Encoding of binary data is performed in blocks of 48 input bytes (or less for
47 the final block). For each 48 byte input block encoded 64 bytes of base 64 data
50 bytes of input. If the data length is not divisible by 3 then a full 4 bytes is
51 still output for the final 1 or 2 bytes of input. Similarly a newline character
68 repeatedly to process large amounts of input data. In the event of an error
85 EVP_EncodeBlock() encodes a full block of input data in B<f> and of length
86 B<n> and stores it in B<t>. For every 3 bytes of input provided 4 bytes of
90 example if 16 bytes of input data is provided then 24 bytes of encoded data is
108 input data characters processed included the base 64 padding character "=" and
115 is any unprocessed data still in B<ctx> then the input data must not have been
123 by 4. For every 4 input bytes exactly 3 output bytes will be produced. The
125 always 3 bytes for every 4 input bytes. This function will return the length of