Home
last modified time | relevance | path

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

12345678910>>...174

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Util/
H A DDigest.h50 struct Digest : public Alembic::Util::totally_ordered<Digest> struct
58 Digest() { words[0] = words[1] = 0; } in Digest() argument
59 Digest( const Digest &copy ) in Digest() argument
94 bool operator==( const Digest &iRhs ) const argument
/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/pkg/ripemd160/
H A Dripemd160.go33 type Digest struct { struct
34 s [5]uint32 // running context
35 x [BlockSize]byte // temporary buffer
36 nx int // index into x
37 tc uint64 // total count of bytes processed
40 func (d *Digest) Reset() {
53 func (d *Digest) Size() int { return Size }
55 func (d *Digest) BlockSize() int { return BlockSize }
57 func (d *Digest) Write(p []byte) (nn int, err error) {
83 func (d *Digest) Sum(res []byte) []byte {
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/cespare/xxhash/v2/xxhash-2.1.1/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net/nncp/nncp-8.0.2/src/vendor/github.com/klauspost/compress/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/generichash/
H A Ddigest.rs12 pub struct Digest { struct
17 impl Digest { implementation
26 impl Debug for Digest { implementation
32 impl PartialEq for Digest { implementation
42 impl Eq for Digest {} implementation
44 impl AsRef<[u8]> for Digest { implementation
51 impl PartialOrd for Digest { implementation
78 impl Ord for Digest { implementation
85 impl Hash for Digest { implementation
97 impl Index<Range<usize>> for Digest { implementation
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/klauspost/compress/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/klauspost/compress/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/github.com/klauspost/compress/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/klauspost/compress/zstd/internal/xxhash/
H A Dxxhash.go36 type Digest struct { struct
37 v1 uint64
38 v2 uint64
39 v3 uint64
40 v4 uint64
41 total uint64
42 mem [32]byte
43 n int // how much of mem is used
54 func (d *Digest) Reset() {
64 func (d *Digest) Size() int { return 8 }
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go34 type Digest struct { struct
35 v1 uint64
36 v2 uint64
37 v3 uint64
38 v4 uint64
39 total uint64
40 mem [32]byte
41 n int // how much of mem is used
52 func (d *Digest) Reset() {
62 func (d *Digest) Size() int { return 8 }
[all …]

12345678910>>...174