Searched refs:B64_EOLN (Results 1 – 1 of 1) sorted by relevance
98 #define B64_EOLN 0xF0 macro290 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()