Home
last modified time | relevance | path

Searched defs:base64 (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc207 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 Dpubkey.c17 char base64[WG_KEY_LEN_BASE64]; in pubkey_main() local
H A Dshowconf.c23 char base64[WG_KEY_LEN_BASE64]; in showconf_main() local
H A Dgenkey.c78 char base64[WG_KEY_LEN_BASE64]; in genkey_main() local
H A Dencoding.c50 bool key_from_base64(uint8_t key[static WG_KEY_LEN], const char *base64) in key_from_base64()
H A Dshow.c72 static char base64[WG_KEY_LEN_BASE64]; in key() local
/freebsd/usr.bin/bintrans/
H A Dbintrans.c49 uuencode, uudecode, b64encode, b64decode, base64, qp enumerator
H A Duuencode.c86 bool base64; in main_encode() local
H A Duudecode.c62 static bool base64, cflag, iflag, oflag, pflag, rflag, sflag; variable
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_b64encode.c64 static const char base64[] = { variable
H A Darchive_read_support_filter_uu.c139 static const unsigned char base64[256] = { variable
H A Darchive_read_support_format_xar.c2583 static const int base64[256] = { variable
/freebsd/libexec/phttpget/
H A Dphttpget.c70 static const char base64[] = in b64enc() local
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_b64.c41 EVP_ENCODE_CTX *base64; member
/freebsd/crypto/openssl/apps/
H A Denc.c132 int base64 = 0, informat = FORMAT_BINARY, outformat = FORMAT_BINARY; in enc_main() local
/freebsd/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c110 static const char base64[] = variable
/freebsd/lib/libfetch/
H A Dhttp.c971 static const char base64[] = in http_base64() local
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c336 char *base64 = NULL; in dpp_keygen() local
/freebsd/contrib/sqlite3/
H A Dshell.c4751 static void base64(sqlite3_context *context, int na, sqlite3_value *av[]){ in base64() function