OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B64_BLOCK_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
bio_b64.c
73
#define
B64_BLOCK_SIZE
1024
90
char buf[EVP_ENCODE_LENGTH(
B64_BLOCK_SIZE
)+10];
91
char tmp[
B64_BLOCK_SIZE
];
195
B64_BLOCK_SIZE
-ctx->tmp_len);
274
if (i ==
B64_BLOCK_SIZE
)
295
else if ((i <
B64_BLOCK_SIZE
) && (ctx->cont > 0))
418
n=(inl >
B64_BLOCK_SIZE
)?
B64_BLOCK_SIZE
:inl;
/external/openssl/crypto/evp/
bio_b64.c
73
#define
B64_BLOCK_SIZE
1024
90
char buf[EVP_ENCODE_LENGTH(
B64_BLOCK_SIZE
)+10];
91
char tmp[
B64_BLOCK_SIZE
];
195
B64_BLOCK_SIZE
-ctx->tmp_len);
274
if (i ==
B64_BLOCK_SIZE
)
295
else if ((i <
B64_BLOCK_SIZE
) && (ctx->cont > 0))
418
n=(inl >
B64_BLOCK_SIZE
)?
B64_BLOCK_SIZE
:inl;
Completed in 42 milliseconds