Searched refs:b64_decode (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/pam-u2f/dist/
H A Db64.h9 int b64_decode(const char *, void **, size_t *);
H A Db64.c62 int b64_decode(const char *in, void **ptr, size_t *len) { function
H A Dutil.c647 !b64_decode(buf, (void **) &decoded_initial, &decoded_len)) {
1151 if (!b64_decode(device->keyHandle, (void **) &buf, &buf_len)) {
1244 if (!b64_decode(pk, (void **) &buf, &buf_len)) {
1526 if (!b64_decode(b64_authdata, (void **) &authdata, &authdata_len)) {
1532 if (!b64_decode(b64_sig, (void **) &sig, &sig_len)) {
/netbsd-current/usr.bin/base64/
H A Dbase64.c129 b64_decode(FILE *fout, FILE *fin, bool ignore) function
227 e = b64_decode(fout, fin, ignore);

Completed in 219 milliseconds