| /src/external/ibm-public/postfix/dist/src/util/ |
| base64_code.h | 32 #define base64_decode(bp, cp, ln) \ macro
|
| base64_code.c | 16 /* VSTRING *base64_decode(result, in, len) 36 /* base64_decode() performs the opposite transformation. The result 48 /* base64_decode () returns a null pointer when the input contains 131 /* base64_decode - encoded data to raw */ 133 #undef base64_decode macro 135 extern VSTRING *base64_decode(VSTRING *, const char *, ssize_t); 137 VSTRING *base64_decode(VSTRING *result, const char *in, ssize_t len) function 216 if (base64_decode(b2, STR(b1), LEN(b1)) == 0)
|
| /src/sys/dev/iscsi/ |
| base64.c | 158 base64_decode(uint8_t * str, void *data, int *datalen) function
|
| /src/external/bsd/libfido2/dist/tools/ |
| base64.c | 65 base64_decode(const char *in, void **ptr, size_t *len) function 127 if (base64_decode(line, (void **)&out->ptr, &out->len) < 0) {
|
| /src/usr.bin/uudecode/ |
| uudecode.c | 73 static int base64_decode(void); 229 return base64_decode(); 291 base64_decode(void) function
|
| /src/libexec/httpd/ |
| auth-bozo.c | 45 static ssize_t base64_decode(const unsigned char *, size_t, 160 alen = base64_decode((unsigned char *)str + 6, 232 base64_decode(const unsigned char *in, size_t ilen, unsigned char *out, function
|
| /src/external/bsd/wpa/dist/src/utils/ |
| base64.c | 190 * base64_decode - Base64 decode 199 unsigned char * base64_decode(const char *src, size_t len, size_t *out_len) function
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| base64.h | 682 static really_inline int base64_decode( function 732 if (!base64_decode(token->data, token->length, rdata->octets, &length))
|
| /src/usr.sbin/wgconfig/ |
| wgconfig.c | 409 base64_decode(const char keyb64buf[KEY_BASE64_LEN + 1], function 435 base64_decode(keyb64buf, keybuf); 724 base64_decode(argv[1], keybuf);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_tar.c | 166 static char *base64_decode(const char *, size_t, size_t *); 2157 value_decoded = base64_decode(value, value_length, &value_len); 3600 * base64_decode - Base64 decode 3609 base64_decode(const char *s, size_t len, size_t *out_len) function
|