Searched refs:CHARPAD (Results 1 – 2 of 2) sorted by relevance
76 #undef CHARPAD77 #define CHARPAD '\0' macro103 *p++ = CHARPAD; in modp_b64_encode()104 *p++ = CHARPAD; in modp_b64_encode()111 *p++ = CHARPAD; in modp_b64_encode()128 if (src[len-1] == CHARPAD) { in modp_b64_decode()130 if (src[len -1] == CHARPAD) { in modp_b64_decode()198 if (src[len-1] == CHARPAD) { in modp_b64_decode()200 if (src[len -1] == CHARPAD) { in modp_b64_decode()
7 #define CHARPAD '=' macro