Searched refs:base64_decode (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dbase64.h53 base64_decode(const char *, void *);
H A Dbase64-test.c69 len = base64_decode(t->result, str);
84 if(base64_decode("M=M=", str) != -1) {
89 if(base64_decode("MQ===", str) != -1) {
H A Dbase64.c124 base64_decode(const char *str, void *data) function
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dbase64.h14 unsigned char * base64_decode(const unsigned char *src, size_t len,
H A Dbase64.c183 * base64_decode - Base64 decode
192 unsigned char * base64_decode(const unsigned char *src, size_t len, function
H A Dutils_module_tests.c321 res = base64_decode((const unsigned char *) "", 0, &res_len);
327 res = base64_decode((const unsigned char *) "a", 1, &res_len);
333 res = base64_decode((const unsigned char *) "====", 4, &res_len);
339 res = base64_decode((const unsigned char *) "PQ==", 4, &res_len);
344 res = base64_decode((const unsigned char *) "P.Q-=!=*", 8, &res_len);
H A Dxml_libxml2.c412 ret = base64_decode((unsigned char *) txt, strlen(txt), &len);
/freebsd-11-stable/contrib/dma/
H A Dbase64.c116 base64_decode(const char *str, void *data) function
H A Dcrypto.c281 base64_decode(buffer + 4, temp);
H A Ddma.h203 int base64_decode(const char *, void *);
/freebsd-11-stable/usr.bin/uudecode/
H A Duudecode.c76 static int base64_decode(void);
158 return (base64_decode());
297 return (base64_decode());
411 base64_decode(void) function
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dupnp_xml.c238 decoded = base64_decode((unsigned char *) msg, os_strlen(msg), &len);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c351 len = base64_decode(s + 4, buf); /* XXX */
472 len = base64_decode(auth_data, buf);
557 len = base64_decode(msg, buf);
H A Dgssapi.c446 input.length = base64_decode(p, input.value);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c351 len = base64_decode(s + 4, buf); /* XXX */
472 len = base64_decode(auth_data, buf);
557 len = base64_decode(msg, buf);
H A Dgssapi.c446 input.length = base64_decode(p, input.value);
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dest.c161 pkcs7 = base64_decode((unsigned char *) resp, resp_len, &pkcs7_len);
642 attrs = base64_decode((unsigned char *) resp, resp_len,
737 pkcs7 = base64_decode((unsigned char *) resp, resp_len, &pkcs7_len);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dfile.c258 i = base64_decode(buf, p);
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.c133 der = base64_decode(pos, end - pos, &der_len);
296 der = base64_decode(pos, end - pos, &der_len);
324 der = base64_decode(pos, end - pos, &der_len);
1228 der = base64_decode(pos, end - pos, &der_len);
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c391 len = base64_decode(&h[i], input_token.value);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c162 static char *base64_decode(const char *, size_t, size_t *);
1771 value_decoded = base64_decode(value, strlen(value), &value_len);
2804 * base64_decode - Base64 decode
2813 base64_decode(const char *s, size_t len, size_t *out_len) function
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconnect.c698 len = base64_decode(t, data);
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dserver.c825 len = base64_decode(t, data);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c632 decoded = base64_decode((unsigned char *) pos, os_strlen(pos),
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c681 decoded = base64_decode((unsigned char *) pos, os_strlen(pos),

Completed in 476 milliseconds

12