base64_decode
return (base64_decode());
return (base64_decode());
static int base64_decode(void);
static really_inline int base64_decode(
if (!base64_decode(token->data, token->length, rdata->octets, &length))
if (base64_decode(brk->pubkey, strlen(brk->pubkey), &pk_der,
int base64_decode(const unsigned char *, size_t,
if ((base64_decode(pxml->data, pxml->data_length,
if ((base64_decode(buf, len, &der, &dersz)) == -1) {
if (base64_decode(s->relay->secret, (unsigned char *)ibuf,
if (base64_decode(s->relay->secret, (unsigned char *)ibuf,
if (base64_decode(s->relay->secret, (unsigned char *)ibuf,
if ((len = base64_decode(arg, (unsigned char *)buf,
if (base64_decode(arg, (unsigned char *)s->username,
if (base64_decode(arg, (unsigned char *)buf,
int base64_decode(char const *, unsigned char *, size_t);