Searched refs:CHARPAD (Results 1 – 2 of 2) sorted by relevance
76 #undef CHARPAD77 #define CHARPAD '\0' macro105 *p++ = CHARPAD; in modp_b64_encode()106 *p++ = CHARPAD; in modp_b64_encode()113 *p++ = CHARPAD; in modp_b64_encode()130 if (src[len-1] == CHARPAD) { in modp_b64_decode()132 if (src[len -1] == CHARPAD) { in modp_b64_decode()200 if (src[len-1] == CHARPAD) { in modp_b64_decode()202 if (src[len -1] == CHARPAD) { in modp_b64_decode()
5 #define CHARPAD '=' macro