Home
last modified time | relevance | path

Searched refs:B64_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/evp/
Dbio_b64.c73 #define B64_BLOCK_SIZE 1024 macro
90 char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10];
91 char tmp[B64_BLOCK_SIZE];
195 B64_BLOCK_SIZE-ctx->tmp_len); in b64_read()
274 if (i == B64_BLOCK_SIZE) in b64_read()
295 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0)) in b64_read()
418 n=(inl > B64_BLOCK_SIZE)?B64_BLOCK_SIZE:inl; in b64_write()