Searched refs:base64decode (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/tests/
H A Dbase64.c22 * base64encode()/base64decode() tester
59 t = base64decode(buf, l, NiL, tst, sizeof(tst), NiL);
82 t = base64decode(buf + l, r, NiL, tst, sizeof(tst), NiL);
95 t = base64decode(buf, l + r, NiL, tst, sizeof(tst), NiL);
114 t = base64decode(en, sizeof(en)-1, NiL, tst, r, NiL);
/ast/src/lib/libast/string/
H A Dbase64.c162 base64decode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) function
/ast/src/lib/libast/include/
H A Dast.h258 extern ssize_t base64decode(const void*, size_t, void**, void*, size_t, void**);
/ast/src/lib/libdss/
H A Dcxopen.c335 if ((r = base64decode(buf, size, NiL, t, n, NiL)) > n)
/ast/src/cmd/ksh93/sh/
H A Dname.c1914 dot = base64decode(sp,dot, (void**)0, cp+oldsize, size-oldsize,(void**)0);

Completed in 22 milliseconds