Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/freebsd/sys/contrib/libsodium/test/default/
H A Dstream.c19 static char hex[2 * 192 + 1]; variable
H A Dkdf.c11 char hex[crypto_kdf_BYTES_MAX * 2 + 1]; in tv_kdf() local
H A Dscalarmult.c23 static char hex[crypto_scalarmult_BYTES * 2 + 1]; variable
H A Dcodecs.c15 const char *hex; in main() local
H A Dkx.c19 char hex[65]; in tv_kx() local
H A Dxchacha20.c105 char *hex; in tv_stream_xchacha20() local
302 char hex[65]; in tv_box_xchacha20poly1305() local
H A Daead_aes256gcm.c3091 char *hex; in tv() local
/freebsd/lib/libiscsiutil/
H A Dchap.c57 chap_hex2int(const char hex) in chap_hex2int()
130 chap_hex2bin(const char *hex, void **binp, size_t *bin_lenp) in chap_hex2bin()
207 unsigned char *hex, *tmp, ch; in chap_bin2hex() local
/freebsd/sys/contrib/openzfs/cmd/
H A Dzgenhostid.c88 const char *hex = "0123456789abcdefABCDEF"; in main() local
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c158 const char *hex = " 123456789ABCDEF"; in NCURSES_EXPORT() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js206 function color(hex) { argument
209 function add(selector, property, hex) { argument
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c245 local unsigned char *h2b(const char *hex, unsigned *len) in h2b()
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf()
508 local int try(char *hex, char *id, int err) in try()
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp51 SmallVector<uint8_t, 0> hex; in parseHex() local
/freebsd/crypto/openssl/crypto/ec/
H A Dec_print.c50 const char *hex, EC_POINT *point, BN_CTX *ctx) in EC_POINT_hex2point()
/freebsd/crypto/openssl/apps/
H A Dprime.c46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_obj.c35 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
/freebsd/crypto/openssl/crypto/ts/
H A Dts_lib.c23 char *hex; in TS_ASN1_INTEGER_print_bio() local
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c57 #define bhnd_nv_hex2ascii(hex) hex2ascii(hex) argument
60 #define bhnd_nv_hex2ascii(hex) (bhnd_nv_hex2ascii[hex]) argument
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c14 sodium_bin2hex(char *const hex, const size_t hex_maxlen, in sodium_bin2hex()
42 const char *const hex, const size_t hex_len, in sodium_hex2bin()
/freebsd/lib/librpcsvc/
H A Dxcrypt.c41 static char hex[16] = { variable
/freebsd/crypto/openssl/test/testutil/
H A Dtestutil_init.c27 char buffer[256], *hex; in internal_trace_cb() local
/freebsd/contrib/sendmail/src/
H A Dtlsh.c36 unsigned char *hex; variable
/freebsd/libexec/flua/libhash/
H A Dlhash.c72 static const char hex[]="0123456789abcdef"; in lua_sha256_hexdigest() local
/freebsd/lib/libmd/
H A DmdXhl.c28 static const char hex[]="0123456789abcdef"; in MDXEnd() local

12345