Searched refs:B64_EOF (Results 1 – 2 of 2) sorted by relevance
335 if ((inl == 0) || ((n == 0) && (conv_ascii2bin(in[0]) == B64_EOF))) { in PEM_DecodeUpdate()392 v = B64_EOF; in PEM_DecodeUpdate()405 if ((v == B64_EOF) || (n >= 64)) { in PEM_DecodeUpdate()411 if ((v != B64_EOF) && (n >= 64)) in PEM_DecodeUpdate()
87 #define B64_EOF 0xF2 macro