Lines Matching refs:base64
8 EVP_DecodeBlock - EVP base64 encode/decode routines
32 The EVP encode routines provide a high-level interface to base64 encoding and
36 bytes of binary data provided 4 bytes of base64 encoded data will be produced
49 For each 48 byte input block encoded 64 bytes of base64 data
105 to 80 base64 characters at a time.
115 0 to indicate that the end of the base64 input has been detected.
116 The soft end-of-input, if present, MUST occur after a multiple of 4 valid base64
122 If any invalid base64 characters are encountered or if the base64 padding
127 ended with base64 padding (B<=>), or that the next 4 byte group starts with the
131 For every 4 valid base64 bytes processed (ignoring whitespace, carriage returns
141 EVP_DecodeBlock() will decode the block of B<n> characters of base64 data
146 After trimming the data in B<f> MUST consist entirely of valid base64
169 then no more non-padding base64 characters are expected.