Searched refs:base32_decode (Results 1 – 2 of 2) sorted by relevance
25 extern VSTRING *WARN_UNUSED_RESULT base32_decode(VSTRING *, const char *, ssize_t);
113 VSTRING *base32_decode(VSTRING *result, const char *in, ssize_t len) in base32_decode() function225 if (base32_decode((b),(x),(l)) == 0) \ in main()