/src/sys/dev/iscsi/ |
base64.h | 38 uint8_t *base64_decode(uint8_t *, void *, int *);
|
base64.c | 158 base64_decode(uint8_t * str, void *data, int *datalen) function in typeref:typename:uint8_t *
|
iscsi_text.c | 325 buf = base64_decode(&buf[2], par->val.sval, &par->list_num);
|
/src/usr.bin/uudecode/ |
uudecode.c | 73 static int base64_decode(void); 229 return base64_decode(); 291 base64_decode(void) function in typeref:typename:int
|
/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 in typeref:typename:ssize_t
|
/src/usr.sbin/wgconfig/ |
wgconfig.c | 409 base64_decode(const char keyb64buf[KEY_BASE64_LEN + 1], function in typeref:typename:void 435 base64_decode(keyb64buf, keybuf); 724 base64_decode(argv[1], keybuf);
|