/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 207 constexpr char UnBase64Impl(char c, const char* const base64, char carry) { in UnBase64Impl() 216 const char* const base64) { in UnBase64Impl() 221 constexpr std::array<char, 256> UnBase64(const char* const base64) { in UnBase64()
|
/freebsd/contrib/wireguard-tools/ |
H A D | pubkey.c | 17 char base64[WG_KEY_LEN_BASE64]; in pubkey_main() local
|
H A D | showconf.c | 23 char base64[WG_KEY_LEN_BASE64]; in showconf_main() local
|
H A D | genkey.c | 78 char base64[WG_KEY_LEN_BASE64]; in genkey_main() local
|
H A D | encoding.c | 50 bool key_from_base64(uint8_t key[static WG_KEY_LEN], const char *base64) in key_from_base64()
|
H A D | show.c | 72 static char base64[WG_KEY_LEN_BASE64]; in key() local
|
/freebsd/usr.bin/bintrans/ |
H A D | bintrans.c | 49 uuencode, uudecode, b64encode, b64decode, base64, qp enumerator
|
H A D | uuencode.c | 86 bool base64; in main_encode() local
|
H A D | uudecode.c | 62 static bool base64, cflag, iflag, oflag, pflag, rflag, sflag; variable
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_b64encode.c | 64 static const char base64[] = { variable
|
H A D | archive_read_support_filter_uu.c | 139 static const unsigned char base64[256] = { variable
|
H A D | archive_read_support_format_xar.c | 2583 static const int base64[256] = { variable
|
/freebsd/libexec/phttpget/ |
H A D | phttpget.c | 70 static const char base64[] = in b64enc() local
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | bio_b64.c | 41 EVP_ENCODE_CTX *base64; member
|
/freebsd/crypto/openssl/apps/ |
H A D | enc.c | 132 int base64 = 0, informat = FORMAT_BINARY, outformat = FORMAT_BINARY; in enc_main() local
|
/freebsd/lib/libiconv_modules/UTF7/ |
H A D | citrus_utf7.c | 110 static const char base64[] = variable
|
/freebsd/lib/libfetch/ |
H A D | http.c | 971 static const char base64[] = in http_base64() local
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_crypto.c | 336 char *base64 = NULL; in dpp_keygen() local
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 4751 static void base64(sqlite3_context *context, int na, sqlite3_value *av[]){ in base64() function
|