Home
last modified time | relevance | path

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

1234567

/dports/games/minetest/minetest-5.4.1/src/util/
H A Dhex.h26 static inline std::string hex_encode(const char *data, unsigned int data_size) in hex_encode() function
44 static inline std::string hex_encode(const std::string &data) in hex_encode() function
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dhex.h30 static inline std::string hex_encode(const char *data, unsigned int data_size) in hex_encode() function
47 static inline std::string hex_encode(const std::string &data) in hex_encode() function
/dports/security/botan110/Botan-1.10.17/src/codec/hex/
H A Dhex.cpp14 void hex_encode(char output[], in hex_encode() function
37 std::string hex_encode(const MemoryRegion<byte>& input, in hex_encode() function
43 std::string hex_encode(const byte input[], in hex_encode() function
/dports/devel/string_theory/string_theory-3.4/include/
H A Dst_codecs.h30 inline string hex_encode(const void *data, size_t size) in hex_encode() function
44 inline string hex_encode(const char_buffer &data) in hex_encode() function
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/roken/
H A Dhex.h47 #define hex_encode rk_hex_encode macro
H A Dhex.c56 hex_encode(const void *data, size_t size, char **str) in hex_encode() function
/dports/devel/bglibs/bglibs-2.04/pwcmp/
H A Dhex_encode.c22 void hex_encode(const unsigned char* bin, unsigned long len, char* hex) in hex_encode() function
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/roken/
H A Dhex.h49 #define hex_encode rk_hex_encode macro
H A Dhex.c54 hex_encode(const void *data, size_t size, char **str) in hex_encode() function
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dhex_code.h33 #define hex_encode(res, in, len) \ macro
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dmem.cpp41 hex_encode(const uint8_t *buf, size_t buf_len, char *hex, size_t hex_len, hex_format_t format) in hex_encode() function
/dports/security/py-libnacl/libnacl-1.6.1/libnacl/
H A Dencode.py10 def hex_encode(data): function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dmem.cpp41 hex_encode(const uint8_t *buf, size_t buf_len, char *hex, size_t hex_len, hex_format_t format) in hex_encode() function
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dbase16.c50 size_t hex_encode ( char separator, const void *raw, size_t raw_len, in hex_encode() function
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/ccan/ccan/str/hex/
H A Dhex.c51 bool hex_encode(const void *buf, size_t bufsize, char *dest, size_t destsize) in hex_encode() function
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/str/hex/
H A Dhex.c51 bool hex_encode(const void *buf, size_t bufsize, char *dest, size_t destsize) in hex_encode() function
/dports/net/zmap/zmap-2.1.1/src/output_modules/
H A Dmodule_csv.c67 static void hex_encode(FILE *f, unsigned char* readbuf, size_t len) in hex_encode() function
/dports/security/gnutls/gnutls-3.6.16/lib/extras/
H A Dhex.c51 bool hex_encode(const void *buf, size_t bufsize, char *dest, size_t destsize) in hex_encode() function

1234567