Home
last modified time | relevance | path

Searched defs:hex (Results 26 – 50 of 119) sorted by relevance

12345

/freebsd/lib/libmd/
H A DmdXhl.c28 static const char hex[]="0123456789abcdef"; in MDXEnd() local
/freebsd/sys/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3091 char *hex; in tv() local
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dinterfaceiter.c233 static const char hex[] = "0123456789abcdef"; in linux_if_inet6_current() local
/freebsd/sys/gdb/
H A Dgdb_cons.c110 const char *hex = "0123456789abcdef"; in gdb_tx_puthex() local
/freebsd/contrib/wireguard-tools/
H A Dencoding.c85 bool key_from_hex(uint8_t key[static WG_KEY_LEN], const char *hex) in key_from_hex()
H A Dipc-uapi.h30 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 Dparse.c182 const wchar_t hex[] = L"0123456789ABCDEF"; in parse__escape() local
/freebsd/crypto/krb5/src/tests/fuzzing/
H A Dfuzz_util.c78 char *hex; in fuzz_hex() local
/freebsd/libexec/rtld-elf/
H A Drtld_printf.c94 #define hex2ascii(hex) (hex2ascii_lower[hex]) argument
95 #define hex2ascii_upper(hex) (hex2ascii_upper[hex]) argument
/freebsd/sbin/nvmecontrol/
H A Didentify.c49 bool hex; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON()
/freebsd/crypto/openssl/crypto/err/
H A Derr_prn.c30 char *hex = NULL; in ERR_print_errors_cb() local
/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.c34 char *hex; in octets2hex() local
/freebsd/contrib/tcpdump/
H A Dprint-esp.c355 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 Dkern.c584 static char hex[] = "0123456789abcdef"; in show() local
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c110 char hex[4]; fmt_hex() local
/freebsd/contrib/wpa/src/ap/
H A Dwnm_ap.c436 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 Dsshbuf-misc.c79 const char hex[] = "0123456789abcdef"; in sshbuf_dtob16() local
H A Dsshsig.c408 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 Duefisign.c122 unsigned char *hex, *tmp, ch; in bin2hex() local
/freebsd/crypto/krb5/src/kprop/
H A Dkproplog.c93 char *hex; in print_hex() local
/freebsd/crypto/openssl/apps/
H A Dopenssl.c111 char buffer[256], *hex; in internal_trace_cb() local
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c140 const char* hex = "0123456789abcdef"; in isip6() local
/freebsd/lib/libsecureboot/
H A Dvets.c785 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 Dscanner.c243 #define hex(x) \ macro

12345