Home
last modified time | relevance | path

Searched defs:digest32 (Results 1 – 14 of 14) sorted by relevance

/dports/net/croc/croc-9.5.0/vendor/github.com/twmb/murmur3/
H A Dmurmur32.go20 type digest32 struct { struct
21 digest
22 seed uint32
23 h1 uint32 // Unfinalized running hash.
43 func (d *digest32) Size() int { return 4 }
45 func (d *digest32) reset() { d.h1 = d.seed }
47 func (d *digest32) Sum(b []byte) []byte {
53 func (d *digest32) bmix(p []byte) (tail []byte) {
72 func (d *digest32) Sum32() (h1 uint32) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/spaolacci/murmur3/
H A Dmurmur32.go23 type digest32 struct { struct
24 digest
25 h1 uint32 // Unfinalized running hash.
40 func (d *digest32) Size() int { return 4 }
42 func (d *digest32) reset() { d.h1 = d.seed }
44 func (d *digest32) Sum(b []byte) []byte {
50 func (d *digest32) bmix(p []byte) (tail []byte) {
69 func (d *digest32) Sum32() (h1 uint32) {
/dports/net/croc/croc-9.5.0/vendor/github.com/spaolacci/murmur3/
H A Dmurmur32.go23 type digest32 struct { struct
24 digest
25 h1 uint32 // Unfinalized running hash.
40 func (d *digest32) Size() int { return 4 }
42 func (d *digest32) reset() { d.h1 = d.seed }
44 func (d *digest32) Sum(b []byte) []byte {
50 func (d *digest32) bmix(p []byte) (tail []byte) {
69 func (d *digest32) Sum32() (h1 uint32) {
/dports/net/clash/clash-1.6.0/common/murmur3/
H A Dmurmur32.go23 type digest32 struct { struct
24 digest
25 h1 uint32 // Unfinalized running hash.
40 func (d *digest32) Size() int { return 4 }
42 func (d *digest32) reset() { d.h1 = d.seed }
44 func (d *digest32) Sum(b []byte) []byte {
50 func (d *digest32) bmix(p []byte) (tail []byte) {
69 func (d *digest32) Sum32() (h1 uint32) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/spaolacci/murmur3/
H A Dmurmur32.go23 type digest32 struct { struct
24 digest
25 h1 uint32 // Unfinalized running hash.
40 func (d *digest32) Size() int { return 4 }
42 func (d *digest32) reset() { d.h1 = d.seed }
44 func (d *digest32) Sum(b []byte) []byte {
50 func (d *digest32) bmix(p []byte) (tail []byte) {
69 func (d *digest32) Sum32() (h1 uint32) {
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dsha1_hash.hpp72 class digest32 class
86 digest32() noexcept { clear(); } in digest32() function in libtorrent::digest32
94 static digest32 (max)() noexcept in digest32() function in libtorrent::digest32
104 static digest32 (min)() noexcept in digest32() function in libtorrent::digest32
114 explicit digest32(char const* s) noexcept in digest32() function in libtorrent::digest32
121 explicit digest32(std::string const& s) in digest32() function in libtorrent::digest32
126 explicit digest32(span<char const> s) noexcept in digest32() function in libtorrent::digest32
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dsha1_hash.hpp72 class digest32 class
86 digest32() noexcept { clear(); } in digest32() function in libtorrent::digest32
94 static digest32 (max)() noexcept in digest32() function in libtorrent::digest32
104 static digest32 (min)() noexcept in digest32() function in libtorrent::digest32
114 explicit digest32(char const* s) noexcept in digest32() function in libtorrent::digest32
121 explicit digest32(std::string const& s) in digest32() function in libtorrent::digest32
126 explicit digest32(span<char const> s) noexcept in digest32() function in libtorrent::digest32
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dcrypto.py59 def digest32(colondigest): # takes bytes, returns native string function
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/
H A DUtil.pm124 sub digest32 { subroutine
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/lib/PDF/API2/
H A DUtil.pm108 sub digest32 { subroutine
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/
H A DUtil.pm222 sub digest32 { subroutine
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/jose/jwk/
H A Djwk.c822 lws_jwk_rfc7638_fingerprint(struct lws_jwk *jwk, char *digest32) in lws_jwk_rfc7638_fingerprint()
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_16500.c264 const u32 *digest32 = (const u32 *) digest_buf; in module_hash_encode() local
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/test/
H A Dsha_test.c320 static const uint8_t digest32[] = { variable