Searched defs:hex (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-current/sys/contrib/libsodium/test/default/
H A Dstream.c19 static char hex[2 * 192 + 1]; variable
[all...]
H A Dscalarmult.c23 static char hex[crypto_scalarmult_BYTES * 2 + 1]; variable
[all...]
H A Dkdf.c11 char hex[crypto_kdf_BYTES_MAX * 2 + 1]; local
H A Dcodecs.c15 const char *hex; local
[all...]
H A Dkx.c19 char hex[65]; local
[all...]
H A Daead_aes256gcm.c3091 char *hex; local
H A Dxchacha20.c105 char *hex; local
302 char hex[65]; local
[all...]
/freebsd-current/contrib/llvm-project/lld/Common/
H A DStrings.cpp51 SmallVector<uint8_t, 0> hex; local
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c158 const char *hex = " 123456789ABCDEF"; local
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzgenhostid.c88 const char *hex = "0123456789abcdefABCDEF"; local
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_obj.c35 static const char hex[17] = "0123456789ABCDEF"; local
/freebsd-current/contrib/llvm-project/libcxx/include/__charconv/
H A Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; member in class:chars_format
/freebsd-current/crypto/openssl/apps/
H A Dprime.c46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; local
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_print.c49 EC_POINT_hex2point(const EC_GROUP *group, const char *hex, EC_POINT *point, BN_CTX *ctx) argument
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_lib.c23 char *hex; local
/freebsd-current/lib/librpcsvc/
H A Dxcrypt.c41 static char hex[16] = { variable
/freebsd-current/lib/libmd/
H A DmdXhl.c28 static const char hex[]="0123456789abcdef"; local
/freebsd-current/lib/flua/libhash/
H A Dlhash.c72 static const char hex[]="0123456789abcdef"; local
/freebsd-current/contrib/libedit/
H A Dparse.c182 const wchar_t hex[] = L"0123456789ABCDEF"; local
/freebsd-current/contrib/wireguard-tools/
H A Dencoding.c85 bool key_from_hex(uint8_t key[static WG_KEY_LEN], const char *hex) argument
/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp261 oss << "0x" << std::setfill('0') << std::hex; member in class:std
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { argument
/freebsd-current/sys/gdb/
H A Dgdb_cons.c110 const char *hex = "0123456789abcdef"; local
/freebsd-current/crypto/openssl/test/testutil/
H A Dtestutil_init.c27 char buffer[256], *hex; local
/freebsd-current/crypto/openssh/
H A Dsshbuf-misc.c79 const char hex[] = "0123456789abcdef"; local

Completed in 427 milliseconds

12345