OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B64_EOLN
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
encode.c
98
#define
B64_EOLN
0xF0
290
if (v ==
B64_EOLN
)
371
* ascii2bin values B64_WS,
B64_EOLN
,
B64_EOLN
and B64_EOF */
438
if ((i == 1) && (conv_ascii2bin(buf[0]) ==
B64_EOLN
))
440
if ((i == 2) && (conv_ascii2bin(buf[0]) ==
B64_EOLN
) &&
441
(conv_ascii2bin(buf[0]) ==
B64_EOLN
))
/external/openssl/crypto/evp/
encode.c
98
#define
B64_EOLN
0xF0
290
if (v ==
B64_EOLN
)
371
* ascii2bin values B64_WS,
B64_EOLN
,
B64_EOLN
and B64_EOF */
438
if ((i == 1) && (conv_ascii2bin(buf[0]) ==
B64_EOLN
))
440
if ((i == 2) && (conv_ascii2bin(buf[0]) ==
B64_EOLN
) &&
441
(conv_ascii2bin(buf[0]) ==
B64_EOLN
))
Completed in 117 milliseconds