/freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
H A D | chars_format.h | 24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | stream.c | 19 static char hex[2 * 192 + 1]; variable
|
H A D | kdf.c | 11 char hex[crypto_kdf_BYTES_MAX * 2 + 1]; in tv_kdf() local
|
H A D | scalarmult.c | 23 static char hex[crypto_scalarmult_BYTES * 2 + 1]; variable
|
H A D | codecs.c | 15 const char *hex; in main() local
|
H A D | kx.c | 19 char hex[65]; in tv_kx() local
|
H A D | xchacha20.c | 105 char *hex; in tv_stream_xchacha20() local 302 char hex[65]; in tv_box_xchacha20poly1305() local
|
H A D | aead_aes256gcm.c | 3091 char *hex; in tv() local
|
/freebsd/lib/libiscsiutil/ |
H A D | chap.c | 57 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 D | zgenhostid.c | 88 const char *hex = "0123456789abcdefABCDEF"; in main() local
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracedmp.c | 158 const char *hex = " 123456789ABCDEF"; in NCURSES_EXPORT() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 206 function color(hex) { argument 209 function add(selector, property, hex) { argument
|
/freebsd/sys/contrib/zlib/test/ |
H A D | infcover.c | 245 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 D | Strings.cpp | 51 SmallVector<uint8_t, 0> hex; in parseHex() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_print.c | 50 const char *hex, EC_POINT *point, BN_CTX *ctx) in EC_POINT_hex2point()
|
/freebsd/crypto/openssl/apps/ |
H A D | prime.c | 46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_obj.c | 35 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_lib.c | 23 char *hex; in TS_ASN1_INTEGER_print_bio() local
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_prf.c | 57 #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 D | codecs.c | 14 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 D | xcrypt.c | 41 static char hex[16] = { variable
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | testutil_init.c | 27 char buffer[256], *hex; in internal_trace_cb() local
|
/freebsd/contrib/sendmail/src/ |
H A D | tlsh.c | 36 unsigned char *hex; variable
|
/freebsd/libexec/flua/libhash/ |
H A D | lhash.c | 72 static const char hex[]="0123456789abcdef"; in lua_sha256_hexdigest() local
|
/freebsd/lib/libmd/ |
H A D | mdXhl.c | 28 static const char hex[]="0123456789abcdef"; in MDXEnd() local
|