Home
last modified time | relevance | path

Searched refs:base64_decode (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dbase64_code.c133 #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 Dbase64_code.h32 #define base64_decode(bp, cp, ln) \ macro
H A Ddict_file.c182 result = base64_decode(dict->file_buf, value, strlen(value)); in dict_file_from_b64()
H A Dattr_scan0.c227 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) { in attr_scan0_data()
H A Dattr_scan64.c228 if (base64_decode(plain_buf, STR(base64_buf), LEN(base64_buf)) == 0) { in attr_scan64_string()
H A Dattr_scan_plain.c242 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) { in attr_scan_plain_data()
/netbsd-src/usr.bin/uudecode/
H A Duudecode.c73 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 Dauth-bozo.c45 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 Dcredman.c199 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 Dbase64.c65 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 Dbio.c88 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 Dextern.h47 int base64_decode(const char *, void **, size_t *);
H A Dlargeblob.c185 if (cred_id64 != NULL && base64_decode(cred_id64, (void *)&cred_id.ptr, in load_key()
/netbsd-src/sys/dev/iscsi/
H A Dbase64.h38 uint8_t *base64_decode(uint8_t *, void *, int *);
H A Dbase64.c158 base64_decode(uint8_t * str, void *data, int *datalen) in base64_decode() function
H A Discsi_text.c325 buf = base64_decode(&buf[2], par->val.sval, &par->list_num); in get_bignumval()
/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c409 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 Dcrypto_openssl.h221 vchar_t *base64_decode(char *, long);
H A Dcrypto_openssl.c2477 base64_decode(char *in, long inlen) in base64_decode() function
2587 binbuf = base64_decode(in + 2, strlen(in + 2)); in base64_pubkey2rsa()