b64in              34 maint/gnulib/tests/test-base64.c   const char *b64in = "YWJjZGVmZw==";
b64in              84 maint/gnulib/tests/test-base64.c   ok = base64_decode (b64in, 4, out, &len);
b64in              90 maint/gnulib/tests/test-base64.c   ok = base64_decode (b64in, 4, out, &len);
b64in              97 maint/gnulib/tests/test-base64.c   ok = base64_decode (b64in, 4, out, &len);
b64in             104 maint/gnulib/tests/test-base64.c   ok = base64_decode (b64in, 4, out, &len);
b64in             111 maint/gnulib/tests/test-base64.c   ok = base64_decode (b64in, 4, out, &len);
b64in             118 maint/gnulib/tests/test-base64.c   ok = base64_decode (b64in, strlen (b64in), out, &len);
b64in             140 maint/gnulib/tests/test-base64.c     ok = base64_decode_ctx (&ctx, b64in, strlen (b64in), out, &len);
b64in             148 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, b64in, strlen (b64in), &p, &len);