| /freebsd-12.1/usr.bin/uuencode/ |
| H A D | uuencode.c | 66 static void base64_encode(void); 133 base64_encode(); in main() 148 base64_encode(void) in base64_encode() function
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | base64.h | 50 base64_encode(const void *, int, char **);
|
| H A D | base64-test.c | 61 len = base64_encode(t->data, t->len, &str); in main()
|
| H A D | base64.c | 55 base64_encode(const void *data, int size, char **str) in base64_encode() function
|
| H A D | version-script.map | 6 base64_encode;
|
| /freebsd-12.1/contrib/wpa/src/utils/ |
| H A D | base64.h | 12 unsigned char * base64_encode(const unsigned char *src, size_t len,
|
| H A D | base64.c | 168 unsigned char * base64_encode(const unsigned char *src, size_t len, in base64_encode() function
|
| H A D | utils_module_tests.c | 303 res = base64_encode((const unsigned char *) "", ~0, &res_len); in base64_tests() 309 res = base64_encode((const unsigned char *) "=", 1, &res_len); in base64_tests() 315 res = base64_encode((const unsigned char *) "=", 1, NULL); in base64_tests()
|
| /freebsd-12.1/contrib/dma/ |
| H A D | base64.c | 54 base64_encode(const void *data, int size, char **str) in base64_encode() function
|
| H A D | net.c | 278 len = base64_encode(login, strlen(login), &temp); in smtp_login() 294 len = base64_encode(password, strlen(password), &temp); in smtp_login()
|
| H A D | dma.h | 202 int base64_encode(const void *, int, char **);
|
| H A D | crypto.c | 302 len = base64_encode(buffer, strlen(buffer), &temp); in smtp_auth_md5()
|
| /freebsd-12.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | gssapi.c | 215 if(base64_encode(output_token.value, output_token.length, &p) < 0) { in gss_adat() 423 base64_encode(output_token.value, output_token.length, &p); in gss_auth()
|
| H A D | security.c | 389 if(base64_encode(enc, len, &buf) < 0){ in sec_vfprintf()
|
| /freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | gssapi.c | 215 if(base64_encode(output_token.value, output_token.length, &p) < 0) { in gss_adat() 423 base64_encode(output_token.value, output_token.length, &p); in gss_auth()
|
| H A D | security.c | 389 if(base64_encode(enc, len, &buf) < 0){ in sec_vfprintf()
|
| /freebsd-12.1/crypto/heimdal/kuser/ |
| H A D | kdigest.c | 488 base64_encode(data.data, data.length, &s); in ntlm_server_init() 501 base64_encode(opaque.data, opaque.length, &s); in ntlm_server_init()
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | file.c | 101 l = base64_encode(p, length, &line); in hx509_pem_write()
|
| /freebsd-12.1/contrib/wpa/src/wps/ |
| H A D | wps_upnp.c | 651 base64_encode(wpabuf_head(msg), in subscription_first_event() 825 val = (char *) base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
|
| H A D | wps_upnp_web.c | 768 replydata = (char *) base64_encode(wpabuf_head(reply), in web_connection_send_reply()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_pax.c | 92 static char *base64_encode(const char *src, size_t len); 348 encoded_value = base64_encode((const char *)value, value_len); in archive_write_pax_header_xattr() 1881 base64_encode(const char *s, size_t len) in base64_encode() function
|
| /freebsd-12.1/contrib/tnftp/src/ |
| H A D | fetch.c | 87 static void base64_encode(const unsigned char *, size_t, unsigned char *); 226 base64_encode((unsigned char *)clear, clen - 1, in auth_url() 242 base64_encode(const unsigned char *clear, size_t len, unsigned char *encoded) in base64_encode() function
|
| /freebsd-12.1/crypto/heimdal/appl/test/ |
| H A D | http_client.c | 474 base64_encode(output_token.value, in main()
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | send_to_kdc.c | 189 int len = base64_encode(req->data, req->length, &str); in send_and_recv_http()
|
| /freebsd-12.1/contrib/wpa/src/eap_server/ |
| H A D | tncs.c | 198 b64 = base64_encode(message, messageLength, &b64len); in TNC_TNCS_SendMessage()
|