Searched refs:base64_decode (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/usr.bin/uudecode/ |
H A D | uudecode.c | 61 static int base64_decode(void); 167 return (base64_decode()); in decode() 306 return (base64_decode()); in decode2() 429 base64_decode(void) in base64_decode() function
|
/openbsd-src/usr.sbin/rpki-client/ |
H A D | rrdp_util.c | 117 if ((base64_decode(pxml->data, pxml->data_length, in publish_done()
|
H A D | encoding.c | 96 base64_decode(const unsigned char *in, size_t inlen, in base64_decode() function
|
H A D | tal.c | 128 if ((base64_decode(buf, len, &der, &dersz)) == -1) { in tal_parse_buffer()
|
H A D | geofeed.c | 221 if ((base64_decode(b64, strlen(b64), &der, &dersz)) == -1) { in geofeed_parse() 222 warnx("%s: base64_decode failed", fn); in geofeed_parse()
|
H A D | extern.h | 890 int base64_decode(const unsigned char *, size_t,
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | mta_session.c | 649 if (base64_decode(s->relay->secret, (unsigned char *)ibuf, in mta_enter_state() 665 if (base64_decode(s->relay->secret, (unsigned char *)ibuf, in mta_enter_state() 683 if (base64_decode(s->relay->secret, (unsigned char *)ibuf, in mta_enter_state()
|
H A D | util.c | 810 base64_decode(char const *src, unsigned char *dest, size_t destsize) in base64_decode() function
|
H A D | smtp_client.c | 64 #define base64_decode __b64_pton macro
|
H A D | smtp_session.c | 1950 if ((len = base64_decode(arg, (unsigned char *)buf, in smtp_rfc4954_auth_plain() 2009 if (base64_decode(arg, (unsigned char *)s->username, in smtp_rfc4954_auth_login() 2019 if (base64_decode(arg, (unsigned char *)buf, in smtp_rfc4954_auth_login()
|
H A D | smtpd.h | 1723 int base64_decode(char const *, unsigned char *, size_t);
|