/freebsd/lib/libmd/ |
H A D | mdXhl.c | 28 static const char hex[]="0123456789abcdef"; in MDXEnd() local
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | aead_aes256gcm.c | 3091 char *hex; in tv() local
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | interfaceiter.c | 233 static const char hex[] = "0123456789abcdef"; in linux_if_inet6_current() local
|
/freebsd/sys/gdb/ |
H A D | gdb_cons.c | 110 const char *hex = "0123456789abcdef"; in gdb_tx_puthex() local
|
/freebsd/contrib/wireguard-tools/ |
H A D | encoding.c | 85 bool key_from_hex(uint8_t key[static WG_KEY_LEN], const char *hex) in key_from_hex()
|
H A D | ipc-uapi.h | 30 char hex[WG_KEY_LEN_HEX], ip[INET6_ADDRSTRLEN], host[4096 + 1], service[512 + 1]; in userspace_set_device() local
|
/freebsd/contrib/libedit/ |
H A D | parse.c | 182 const wchar_t hex[] = L"0123456789ABCDEF"; in parse__escape() local
|
/freebsd/crypto/krb5/src/tests/fuzzing/ |
H A D | fuzz_util.c | 78 char *hex; in fuzz_hex() local
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld_printf.c | 94 #define hex2ascii(hex) (hex2ascii_lower[hex]) argument 95 #define hex2ascii_upper(hex) (hex2ascii_upper[hex]) argument
|
/freebsd/sbin/nvmecontrol/ |
H A D | identify.c | 49 bool hex; member
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | TraceIntelPTGDBRemotePackets.cpp | 25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err_prn.c | 30 char *hex = NULL; in ERR_print_errors_cb() local
|
/freebsd/lib/libsecureboot/openpgp/ |
H A D | decode.c | 34 char *hex; in octets2hex() local
|
/freebsd/contrib/tcpdump/ |
H A D | print-esp.c | 355 static u_int hexdigit(netdissect_options *ndo, char hex) in hexdigit() 382 u_char *binbuf, unsigned int binbuf_len, char *hex) in espprint_decode_hex()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | kern.c | 584 static char hex[] = "0123456789abcdef"; in show() local
|
/freebsd/contrib/ntp/libparse/ |
H A D | ieee754io.c | 110 char hex[4]; fmt_hex() local
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wnm_ap.c | 436 char *hex = NULL; in ieee802_11_rx_bss_trans_mgmt_query() local 633 char *hex; in ieee802_11_rx_wnm_coloc_intf_report() local
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-misc.c | 79 const char hex[] = "0123456789abcdef"; in sshbuf_dtob16() local
|
H A D | sshsig.c | 408 char *hex, hash[SSH_DIGEST_MAX_LENGTH]; in hash_buffer() local 508 char *hex, rbuf[8192], hash[SSH_DIGEST_MAX_LENGTH]; in hash_file() local
|
/freebsd/usr.sbin/uefisign/ |
H A D | uefisign.c | 122 unsigned char *hex, *tmp, ch; in bin2hex() local
|
/freebsd/crypto/krb5/src/kprop/ |
H A D | kproplog.c | 93 char *hex; in print_hex() local
|
/freebsd/crypto/openssl/apps/ |
H A D | openssl.c | 111 char buffer[256], *hex; in internal_trace_cb() local
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-host.c | 140 const char* hex = "0123456789abcdef"; in isip6() local
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 785 char *hex, hexbuf[br_sha512_SIZE * 2 + 2]; in verify_ec() local 1039 char *hex; in ve_check_hash() local
|
/freebsd/usr.bin/localedef/ |
H A D | scanner.c | 243 #define hex(x) \ macro
|