/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | base64_code.c | 133 #undef base64_decode 135 extern VSTRING *base64_decode(VSTRING *, const char *, ssize_t); 137 VSTRING *base64_decode(VSTRING *result, const char *in, ssize_t len) in base64_decode() function 216 if (base64_decode(b2, STR(b1), LEN(b1)) == 0) in main()
|
H A D | base64_code.h | 32 #define base64_decode(bp, cp, ln) \ macro
|
H A D | dict_file.c | 182 result = base64_decode(dict->file_buf, value, strlen(value)); in dict_file_from_b64()
|
H A D | attr_scan0.c | 227 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) { in attr_scan0_data()
|
H A D | attr_scan64.c | 228 if (base64_decode(plain_buf, STR(base64_buf), LEN(base64_buf)) == 0) { in attr_scan64_string()
|
H A D | attr_scan_plain.c | 242 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) { in attr_scan_plain_data()
|
/netbsd-src/usr.bin/uudecode/ |
H A D | uudecode.c | 73 static int base64_decode(void); 229 return base64_decode(); in decode() 291 base64_decode(void) in base64_decode() function
|
/netbsd-src/libexec/httpd/ |
H A D | auth-bozo.c | 45 static ssize_t base64_decode(const unsigned char *, size_t, 160 alen = base64_decode((unsigned char *)str + 6, in bozo_auth_check_headers() 232 base64_decode(const unsigned char *in, size_t ilen, unsigned char *out, in base64_decode() function
|
/netbsd-src/external/bsd/libfido2/dist/tools/ |
H A D | credman.c | 199 if (base64_decode(cred_id, &cred_id_ptr, &cred_id_len) < 0) { in credman_print_rk() 250 if (base64_decode(id, &id_ptr, &id_len) < 0) { in credman_delete_rk() 290 if (base64_decode(user_id, &user_id_ptr, &user_id_len) < 0 || in credman_update_rk() 291 base64_decode(cred_id, &cred_id_ptr, &cred_id_len) < 0) { in credman_update_rk()
|
H A D | base64.c | 65 base64_decode(const char *in, void **ptr, size_t *len) in base64_decode() function 127 if (base64_decode(line, (void **)&out->ptr, &out->len) < 0) { in base64_read()
|
H A D | bio.c | 88 if (base64_decode(id, &id_blob_ptr, &id_blob_len) < 0) in bio_set_name() 219 if (base64_decode(id, &id_blob_ptr, &id_blob_len) < 0) in bio_delete()
|
H A D | extern.h | 47 int base64_decode(const char *, void **, size_t *);
|
H A D | largeblob.c | 185 if (cred_id64 != NULL && base64_decode(cred_id64, (void *)&cred_id.ptr, in load_key()
|
/netbsd-src/sys/dev/iscsi/ |
H A D | base64.h | 38 uint8_t *base64_decode(uint8_t *, void *, int *);
|
H A D | base64.c | 158 base64_decode(uint8_t * str, void *data, int *datalen) in base64_decode() function
|
H A D | iscsi_text.c | 325 buf = base64_decode(&buf[2], par->val.sval, &par->list_num); in get_bignumval()
|
/netbsd-src/usr.sbin/wgconfig/ |
H A D | wgconfig.c | 409 base64_decode(const char keyb64buf[KEY_BASE64_LEN + 1], in base64_decode() function 435 base64_decode(keyb64buf, keybuf); in read_key() 723 base64_decode(argv[1], keybuf); in cmd_add_peer()
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | crypto_openssl.h | 221 vchar_t *base64_decode(char *, long);
|
H A D | crypto_openssl.c | 2477 base64_decode(char *in, long inlen) in base64_decode() function 2587 binbuf = base64_decode(in + 2, strlen(in + 2)); in base64_pubkey2rsa()
|