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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A 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];
192 B64_BLOCK_SIZE-ctx->tmp_len);
271 if (i == B64_BLOCK_SIZE)
293 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0))
402 n=(inl > B64_BLOCK_SIZE)?B64_BLOCK_SIZE:inl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dbio_b64.c75 #define B64_BLOCK_SIZE 1024 macro
93 char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];
94 char tmp[B64_BLOCK_SIZE];
200 B64_BLOCK_SIZE - ctx->tmp_len);
275 if (i == B64_BLOCK_SIZE) {
290 } else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0)) {
402 n = (inl > B64_BLOCK_SIZE) ? B64_BLOCK_SIZE : inl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dbio_b64.c75 #define B64_BLOCK_SIZE 1024 macro
93 char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];
94 char tmp[B64_BLOCK_SIZE];
200 B64_BLOCK_SIZE - ctx->tmp_len);
275 if (i == B64_BLOCK_SIZE) {
290 } else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0)) {
402 n = (inl > B64_BLOCK_SIZE) ? B64_BLOCK_SIZE : inl;

Completed in 41 milliseconds