Searched defs:base64_decode (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | base64_code.h | 32 #define base64_decode(bp, cp, ln) \ macro
|
H A D | base64_code.c | 137 VSTRING *base64_decode(VSTRING *result, const char *in, ssize_t len) in base64_decode() function
|
/netbsd-src/external/bsd/libfido2/dist/tools/ |
H A D | base64.c | 65 base64_decode(const char *in, void **ptr, size_t *len) in base64_decode() function
|
/netbsd-src/sys/dev/iscsi/ |
H A D | base64.c | 158 base64_decode(uint8_t * str, void *data, int *datalen) in base64_decode() function
|
/netbsd-src/usr.bin/uudecode/ |
H A D | uudecode.c | 291 base64_decode(void) in base64_decode() function
|
/netbsd-src/libexec/httpd/ |
H A D | auth-bozo.c | 232 base64_decode(const unsigned char *in, size_t ilen, unsigned char *out, in base64_decode() function
|
/netbsd-src/usr.sbin/wgconfig/ |
H A D | wgconfig.c | 409 base64_decode(const char keyb64buf[KEY_BASE64_LEN + 1], in base64_decode() function
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | crypto_openssl.c | 2477 base64_decode(char *in, long inlen) in base64_decode() function
|