Home
last modified time | relevance | path

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

12345678910>>...512

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/tests/
H A Dtest_token.cpp41 uint8_t digest[16] = {}; in TEST() local
54 uint8_t digest[16] = {}; in TEST() local
68 uint8_t digest[16] = {}; in TEST() local
88 uint8_t digest[16] = {}; in TEST() local
100 uint8_t digest[16] = {}; in TEST() local
134 uint8_t digest[16] = {}; in TEST() local
142 uint8_t digest[16] = {}; in TEST() local
158 uint8_t digest[16] = {}; in TEST() local
168 uint8_t digest[16] = {}; in TEST() local
184 uint8_t digest[16] = {}; in TEST() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/dchest/siphash/
H A Dsiphash.go25 type digest struct { struct
26 v0, v1, v2, v3 uint64 // state
27 k0, k1 uint64 // two parts of key
28 x [8]byte // buffer for unprocessed bytes
29 nx int // number of bytes in buffer x
61 func (d *digest) Reset() {
73 func (d *digest) Size() int { return d.size }
75 func (d *digest) BlockSize() int { return BlockSize }
103 func (d *digest) Sum64() uint64 {
111 func (d0 *digest) sum128() (r0, r1 uint64) {
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-7.0.0/src/mac/
H A Dhmac.rs108 let mut digest = vec![0u8; 20]; in cavp_sha1() localVariable
122 let mut digest = vec![0u8; 20]; in cavp_sha1() localVariable
136 let mut digest = vec![0u8; 20]; in cavp_sha1() localVariable
150 let mut digest = vec![0u8; 20]; in cavp_sha1() localVariable
164 let mut digest = vec![0u8; 20]; in cavp_sha1() localVariable
178 let mut digest = vec![0u8; 20]; in cavp_sha1() localVariable
193 let mut digest = vec![0u8; 28]; in cavp_sha224() localVariable
205 let mut digest = vec![0u8; 28]; in cavp_sha224() localVariable
217 let mut digest = vec![0u8; 28]; in cavp_sha224() localVariable
229 let mut digest = vec![0u8; 28]; in cavp_sha224() localVariable
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/davidlazar/go-crypto/poly1305/
H A Dpoly1305.go13 type digest struct { struct
14 r [5]uint32
15 h [5]uint32
16 pad [4]uint32
17 key *[32]byte
18 x [BlockSize]byte
19 nx int
37 func (d *digest) Reset() {
81 func (d *digest) blocks(p []byte, final bool) {
141 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/net/rclone/rclone-1.57.0/backend/dropbox/dbhash/
H A Ddbhash.go20 type digest struct { struct
21 n int // bytes written into blockHash so far
22 blockHash hash.Hash
23 totalHash hash.Hash
24 sumCalled bool
25 writtenMore bool
36 func (d *digest) writeBlockHash() {
82 func (d *digest) Sum(b []byte) []byte {
95 func (d *digest) Reset() {
104 func (d *digest) Size() int {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/sha1/
H A Dsha1.go36 type digest struct { struct
37 h [5]uint32
38 x [chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
60 func (d *digest) Size() int { return Size }
62 func (d *digest) BlockSize() int { return BlockSize }
87 func (d0 *digest) Sum(in []byte) []byte {
94 func (d *digest) checkSum() [Size]byte {
[all …]
/dports/misc/cryptoballot/cryptoballot-3753e1b/vendor/github.com/cryptoballot/fdh/
H A Dfdh.go12 type digest struct { struct
13 base crypto.Hash
14 bits int
15 parts []hash.Hash
16 …unctions Full Domain Hashes are "finalized" after a call to Sum() and cannot be furthur written to.
42 func (d *digest) Reset() {
50 func (d *digest) BlockSize() int {
55 func (d *digest) Size() int {
61 func (d *digest) Write(p []byte) (int, error) {
82 func (d *digest) Sum(in []byte) []byte {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/siddontang/rdb/
H A Ddigest.go77 type digest struct { struct
78 crc uint64
81 func (d *digest) update(p []byte) {
92 func (d *digest) Write(p []byte) (int, error) {
97 func (d *digest) Sum(in []byte) []byte {
103 func (d *digest) Sum64() uint64 { return d.crc }
104 func (d *digest) BlockSize() int { return 1 }
105 func (d *digest) Size() int { return 8 }
106 func (d *digest) Reset() { d.crc = 0 }
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/rdb/
H A Ddigest.go77 type digest struct { struct
78 crc uint64
81 func (d *digest) update(p []byte) {
92 func (d *digest) Write(p []byte) (int, error) {
97 func (d *digest) Sum(in []byte) []byte {
103 func (d *digest) Sum64() uint64 { return d.crc }
104 func (d *digest) BlockSize() int { return 1 }
105 func (d *digest) Size() int { return 8 }
106 func (d *digest) Reset() { d.crc = 0 }
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/blake2s/
H A Dblake2s.go114 type digest struct { struct
115 h [8]uint32
116 c [2]uint32
117 size int
118 block [BlockSize]byte
119 offset int
121 key [BlockSize]byte
122 keyLen int
171 func (d *digest) Size() int { return d.size }
173 func (d *digest) Reset() {
[all …]
/dports/net/nncp/nncp-8.0.2/src/vendor/golang.org/x/crypto/blake2s/
H A Dblake2s.go116 type digest struct { struct
117 h [8]uint32
118 c [2]uint32
119 size int
120 block [BlockSize]byte
121 offset int
123 key [BlockSize]byte
124 keyLen int
173 func (d *digest) Size() int { return d.size }
175 func (d *digest) Reset() {
[all …]
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/crypto/blake2s/
H A Dblake2s.go116 type digest struct { struct
117 h [8]uint32
118 c [2]uint32
119 size int
120 block [BlockSize]byte
121 offset int
123 key [BlockSize]byte
124 keyLen int
173 func (d *digest) Size() int { return d.size }
175 func (d *digest) Reset() {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/crypto/blake2s/
H A Dblake2s.go116 type digest struct { struct
117 h [8]uint32
118 c [2]uint32
119 size int
120 block [BlockSize]byte
121 offset int
123 key [BlockSize]byte
124 keyLen int
173 func (d *digest) Size() int { return d.size }
175 func (d *digest) Reset() {
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/blake2s/
H A Dblake2s.go116 type digest struct { struct
117 h [8]uint32
118 c [2]uint32
119 size int
120 block [BlockSize]byte
121 offset int
123 key [BlockSize]byte
124 keyLen int
173 func (d *digest) Size() int { return d.size }
175 func (d *digest) Reset() {
[all …]
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/blake2s/
H A Dblake2s.go116 type digest struct { struct
117 h [8]uint32
118 c [2]uint32
119 size int
120 block [BlockSize]byte
121 offset int
123 key [BlockSize]byte
124 keyLen int
173 func (d *digest) Size() int { return d.size }
175 func (d *digest) Reset() {
[all …]
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/blake2s/
H A Dblake2s.go116 type digest struct { struct
117 h [8]uint32
118 c [2]uint32
119 size int
120 block [BlockSize]byte
121 offset int
123 key [BlockSize]byte
124 keyLen int
173 func (d *digest) Size() int { return d.size }
175 func (d *digest) Reset() {
[all …]

12345678910>>...512