Searched refs:B64_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
24 #define B64_BLOCK_SIZE 1024 macro42 unsigned char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];43 unsigned char tmp[B64_BLOCK_SIZE];171 B64_BLOCK_SIZE - ctx->tmp_len); in b64_read()245 if (i == B64_BLOCK_SIZE) { in b64_read()271 } else if (i < B64_BLOCK_SIZE && again > 0) { in b64_read()364 n = inl > B64_BLOCK_SIZE ? B64_BLOCK_SIZE : inl; in b64_write()
Completed in 6 milliseconds