Home
last modified time | relevance | path

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

/dports/devel/git-p4/git-2.34.1/
H A Dhook.c39 int hook_exists(const char *name) in hex_to_bytes()
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Ddrtv.py188 def hex_to_bytes(hex): function
H A Dtheplatform.py226 def hex_to_bytes(hex): function
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Ddrtv.py188 def hex_to_bytes(hex): function
H A Dtheplatform.py223 def hex_to_bytes(hex): function
/dports/databases/py-firebirdsql/firebirdsql-1.1.4/firebirdsql/
H A Dutils.py47 def hex_to_bytes(s): function
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhex.c38 int hex_to_bytes(unsigned char *binary, const char *hex, size_t len) in hex_to_bytes() function
/dports/security/py-coincurve/coincurve-16.0.0/coincurve/
H A Dutils.py62 def hex_to_bytes(hexed: str) -> bytes: function
/dports/devel/git-svn/git-2.34.1/
H A Dhex.c38 int hex_to_bytes(unsigned char *binary, const char *hex, size_t len) in hex_to_bytes() function
/dports/devel/git-gui/git-2.34.1/
H A Dhex.c38 int hex_to_bytes(unsigned char *binary, const char *hex, size_t len) in hex_to_bytes() function
/dports/devel/git/git-2.34.1/
H A Dhex.c38 int hex_to_bytes(unsigned char *binary, const char *hex, size_t len) in hex_to_bytes() function
/dports/devel/git-cvs/git-2.34.1/
H A Dhex.c38 int hex_to_bytes(unsigned char *binary, const char *hex, size_t len) in hex_to_bytes() function
/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Daes_gcm.rs93 fn hex_to_bytes(raw_hex: &str) -> Vec<u8> { in hex_to_bytes() function
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Daes_gcm.rs93 fn hex_to_bytes(raw_hex: &str) -> Vec<u8> { in hex_to_bytes() function
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/fs_mgr/
H A Dfs_mgr_avb.cpp63 static bool hex_to_bytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in hex_to_bytes() function
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dutil.c468 int hex_to_bytes(const char *hex, unsigned char **bytes) in hex_to_bytes() function
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dutil.c208 int hex_to_bytes(const char *str, uint8_t *bytes, size_t numbytes) in hex_to_bytes() function
/dports/multimedia/libmtp/libmtp-1.1.18/src/
H A Dmtpz.c99 static char *hex_to_bytes(char *hex, size_t len) in hex_to_bytes() function
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c101 static int hex_to_bytes(const char *hex, unsigned char *output, unsigned long sz) in hex_to_bytes() function
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c101 static int hex_to_bytes(const char *hex, unsigned char *output, unsigned long sz) in hex_to_bytes() function
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c101 static int hex_to_bytes(const char *hex, unsigned char *output, unsigned long sz) in hex_to_bytes() function
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c101 static int hex_to_bytes(const char *hex, unsigned char *output, unsigned long sz) in hex_to_bytes() function
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c101 static int hex_to_bytes(const char *hex, unsigned char *output, unsigned long sz) in hex_to_bytes() function
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnutil.py56 hex_to_bytes = lambda v: v if isinstance(v, bytes) else bytes.fromhex(v) if v is not None else None function
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally.hpp447 inline int hex_to_bytes(const HEX& hex, BYTES_OUT& bytes_out, size_t* written = 0) { in hex_to_bytes() function