Home
last modified time | relevance | path

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

1234

/dragonfly/libexec/ftpd/
HDsite_md5.c42 static const char hex[]="0123456789abcdef"; in sitemd5() local
/dragonfly/contrib/ncurses/ncurses/trace/
HDlib_tracedmp.c158 const char *hex = " 123456789ABCDEF"; in NCURSES_EXPORT() local
/dragonfly/crypto/libressl/crypto/x509/
HDx509_obj.c80 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
/dragonfly/crypto/libressl/apps/openssl/
HDprime.c63 int hex; member
HDrand.c67 int hex; member
/dragonfly/usr.sbin/mtree/
HDhash.c57 static const char hex[]="0123456789abcdef"; in dohash() local
/dragonfly/crypto/libressl/crypto/ts/
HDts_lib.c79 char *hex; in TS_ASN1_INTEGER_print_bio() local
/dragonfly/contrib/wpa_supplicant/src/ap/
HDdpp_hostapd.c627 char hex[64 * 2 + 1]; in hostapd_dpp_handle_config_obj() local
635 char hex[PMK_LEN * 2 + 1]; in hostapd_dpp_handle_config_obj() local
642 char *hex; in hostapd_dpp_handle_config_obj() local
657 char *hex; in hostapd_dpp_handle_config_obj() local
/dragonfly/libexec/rtld-elf/
HDrtld_printf.c94 #define hex2ascii(hex) (hex2ascii_lower[hex]) argument
95 #define hex2ascii_upper(hex) (hex2ascii_upper[hex]) argument
/dragonfly/lib/librpcsvc/
HDxcrypt.c43 static char hex[16] = { variable
/dragonfly/contrib/libedit/src/
HDparse.c182 const wchar_t hex[] = L"0123456789ABCDEF"; in parse__escape() local
/dragonfly/usr.sbin/keyserv/
HDsetkey.c441 bin2hex(unsigned char *bin, unsigned char *hex, int size) in bin2hex()
466 hex2bin(unsigned char *hex, unsigned char *bin, int size) in hex2bin()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Dios.cc42 const ios_base::fmtflags ios_base::hex; member in std::ios_base
/dragonfly/bin/cpdup/
HDmd5.c261 static const char hex[]="0123456789abcdef"; in md5_file() local
/dragonfly/usr.sbin/installer/libinstaller/
HDfunctions.c202 hex_to_int(const char *hex, int *result) in hex_to_int()
/dragonfly/crypto/libressl/tls/
HDtls_conninfo.c32 static const char hex[] = "0123456789abcdef"; in tls_hex_string() local
/dragonfly/contrib/tcpdump/
HDprint-esp.c362 static u_int hexdigit(netdissect_options *ndo, char hex) in hexdigit()
390 char *hex) in espprint_decode_hex()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dios.cc40 const ios_base::fmtflags ios_base::hex; member in std::ios_base
/dragonfly/test/testcases/crypto/aes/
HDaestest.c174 parsehex(const char *hex, u_char **s, u_int *lenp) in parsehex()
/dragonfly/crypto/openssh/
HDsshbuf-misc.c79 const char hex[] = "0123456789abcdef"; in sshbuf_dtob16() local
/dragonfly/test/testcases/crypto/twofish/
HDtwofish_test.c181 parsehex(const char *hex, u_char **s, u_int *lenp) in parsehex()
/dragonfly/test/testcases/crypto/serpent/
HDserpent_test.c181 parsehex(const char *hex, u_char **s, u_int *lenp) in parsehex()
/dragonfly/usr.sbin/uefisign/
HDuefisign.c123 unsigned char *hex, *tmp, ch; in bin2hex() local
/dragonfly/contrib/binutils-2.27/binutils/
HDsize.c45 decimal, octal, hex enumerator
/dragonfly/sys/sys/
HDlibkern.h61 #define hex2ascii(hex) (hex2ascii_data[hex]) argument

1234