Home
last modified time | relevance | path

Searched defs:hexstr (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/dports/net/hexinject/hexinject/
H A Dhexstring.h97 int hexstr_size(const char *hexstr) { in hexstr_size()
126 uint8_t *hexstr_to_raw(const char *hexstr, int *size) { in hexstr_to_raw()
176 char *hexstr = NULL; in raw_to_hexstr() local
H A Dhexdump.h30 char hexstr[ 16*3 + 5] = {0}; in hex_dump() local
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A Dbool2hstr.hpp31 const char* hexstr = "0123456789ABCDEF"; in bool2hstr() local
46 const char* hexstr = "0123456789ABCDEF"; in hstr2bool() local
/dports/textproc/source-highlight/source-highlight-3.1.9/src/
H A Denvmapper.c46 __convert_char(char *hexstr, int *source) in __convert_char()
63 __convert_string(char *hexstr) in __convert_string()
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dpulse_analyzer.c177 typedef struct hexstr { struct
180 } hexstr_t; argument
344 hexstr_t hexstr = {.p = {0}}; in pulse_analyzer() local
375 hexstr_t *hexstr = &hexstrs[hexstr_cnt]; in pulse_analyzer() local
/dports/security/oath-toolkit/oath-toolkit-2.6.2/liboath/
H A Dcoding.c102 oath_hex2bin (const char *hexstr, char *binstr, size_t * binlen) in oath_hex2bin()
160 oath_bin2hex (const char *binstr, size_t binlen, char *hexstr) in oath_bin2hex()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dhex-dec.h4 #define DEC2HEX(hexstr, str) \ argument
H A Dhex-dec.c6 void dec2hex(unsigned char *hexstr, uintmax_t dec, unsigned int hexstr_size) in dec2hex()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dbinascii.py19 def a2b_hex(hexstr): argument
87 def unhexlify(hexstr): argument
/dports/security/libgsasl/gsasl-1.10.0/lib/scram/
H A Dtools.c34 char hexstr[GSASL_HASH_MAX_SIZE * 2 + 1]; in set_saltedpassword() local
/dports/security/razorback-yaraNugget/yaraNugget-0.5.0/libyara/
H A Dxtoi.c24 size_t xtoi(const char* hexstr) in xtoi()
/dports/security/gsasl/gsasl-1.10.0/lib/scram/
H A Dtools.c34 char hexstr[GSASL_HASH_MAX_SIZE * 2 + 1]; in set_saltedpassword() local
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/ssl_verify_fun/src/
H A Dssl_verify_util.erl8 -type hexstr() :: {string() | binary()}. type
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/ssl_verify_fun/src/
H A Dssl_verify_util.erl8 -type hexstr() :: {string() | binary()}. type
/dports/devel/erlang-ssl_verify_fun/ssl_verify_fun.erl-1.1.4/src/
H A Dssl_verify_util.erl8 -type hexstr() :: {string() | binary()}. type
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsns.pl589 sub hexstr(@) { subroutine
/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_sscanf_hex.cpp16 std::string hexstr("0102037F00FF"); in main() local
/dports/math/calc/calc-2.14.0.14/
H A Dsample_rand.c59 char *hexstr; /* random number as hex string */ in main() local
H A Dsample_many.c63 char *hexstr; /* random number as hex string */ in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsns.pl604 sub hexstr(@) { subroutine
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsns.pl647 sub hexstr(@) { subroutine
/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/
H A Dblock.c233 bool bitcoin_blkid_from_hex(const char *hexstr, size_t hexstr_len, in bitcoin_blkid_from_hex()
244 char *hexstr, size_t hexstr_len) in bitcoin_blkid_to_hex()
254 char *hexstr = tal_arr(ctx, char, hex_str_size(sizeof(*blkid))); in fmt_bitcoin_blkid() local
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_md5.py10 def hexstr(s): function
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_md5.py10 def hexstr(s): function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_md5.py10 def hexstr(s): function

12345678910>>...30