Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Dencode.c98 #define B64_EOLN 0xF0 macro
290 if (v == B64_EOLN) in EVP_DecodeUpdate()
439 if ((i == 1) && (conv_ascii2bin(buf[0]) == B64_EOLN)) in EVP_DecodeValid()
441 if ((i == 2) && (conv_ascii2bin(buf[0]) == B64_EOLN) && in EVP_DecodeValid()
442 (conv_ascii2bin(buf[0]) == B64_EOLN)) in EVP_DecodeValid()