Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c335 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()
/titanic_50/usr/src/lib/libkmf/include/
H A Dpem_encode.h87 #define B64_EOF 0xF2 macro