Home
last modified time | relevance | path

Searched defs:digest (Results 176 – 200 of 17519) sorted by relevance

12345678910>>...701

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/pkg/v3/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/www/minio-client/etcd-3.5.0/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/devel/etcd32/etcd-3.2.32/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/devel/etcd33/etcd-3.3.23/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/devel/etcd/etcd-2.3.8/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/devel/etcd31/etcd-3.1.20/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/devel/etcd34/etcd-3.4.18/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/pkg/crc/
H A Dcrc.go17 type digest struct { struct
18 crc uint32
19 tab *crc32.Table
27 func (d *digest) Size() int { return Size }
29 func (d *digest) BlockSize() int { return 1 }
31 func (d *digest) Reset() { d.crc = 0 }
33 func (d *digest) Write(p []byte) (n int, err error) {
38 func (d *digest) Sum32() uint32 { return d.crc }
40 func (d *digest) Sum(in []byte) []byte {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/md5/
H A Dmd5.go34 type digest struct { struct
35 s [4]uint32
36 x [chunk]byte
37 nx int
38 len uint64
41 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
84 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/md5/
H A Dmd5.go37 type digest struct { struct
38 s [4]uint32
39 x [chunk]byte
40 nx int
41 len uint64
44 func (d *digest) Reset() {
60 func (d *digest) Size() int { return Size }
62 func (d *digest) BlockSize() int { return BlockSize }
64 func (d *digest) Write(p []byte) (nn int, err error) {
87 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/md5/
H A Dmd5.go34 type digest struct { struct
35 s [4]uint32
36 x [chunk]byte
37 nx int
38 len uint64
41 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
84 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/md5/
H A Dmd5.go32 type digest struct { struct
33 s [4]uint32
34 x [chunk]byte
35 nx int
36 len uint64
39 func (d *digest) Reset() {
55 func (d *digest) Size() int { return Size }
57 func (d *digest) BlockSize() int { return BlockSize }
59 func (d *digest) Write(p []byte) (nn int, err error) {
88 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/md5/
H A Dmd5.go34 type digest struct { struct
35 s [4]uint32
36 x [chunk]byte
37 nx int
38 len uint64
41 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
84 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/md5/
H A Dmd5.go34 type digest struct { struct
35 s [4]uint32
36 x [chunk]byte
37 nx int
38 len uint64
41 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
90 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/spaolacci/murmur3/
H A Dmurmur.go23 type digest struct { struct
24 clen int // Digested input cumulative length.
25 tail []byte // 0 to Size()-1 bytes view of `buf'.
26 buf [16]byte // Expected (but not required) to be Size() large.
27 seed uint32 // Seed for initializing the hash.
28 bmixer
31 func (d *digest) BlockSize() int { return 1 }
33 func (d *digest) Write(p []byte) (n int, err error) {
60 func (d *digest) Reset() {
/dports/net/croc/croc-9.5.0/vendor/github.com/spaolacci/murmur3/
H A Dmurmur.go23 type digest struct { struct
24 clen int // Digested input cumulative length.
25 tail []byte // 0 to Size()-1 bytes view of `buf'.
26 buf [16]byte // Expected (but not required) to be Size() large.
27 seed uint32 // Seed for initializing the hash.
28 bmixer
31 func (d *digest) BlockSize() int { return 1 }
33 func (d *digest) Write(p []byte) (n int, err error) {
60 func (d *digest) Reset() {
/dports/net/clash/clash-1.6.0/common/murmur3/
H A Dmurmur.go9 type digest struct { struct
10 clen int // Digested input cumulative length.
11 tail []byte // 0 to Size()-1 bytes view of `buf'.
12 buf [16]byte // Expected (but not required) to be Size() large.
13 seed uint32 // Seed for initializing the hash.
14 bmixer
17 func (d *digest) BlockSize() int { return 1 }
19 func (d *digest) Write(p []byte) (n int, err error) {
46 func (d *digest) Reset() {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/spaolacci/murmur3/
H A Dmurmur.go23 type digest struct { struct
24 clen int // Digested input cumulative length.
25 tail []byte // 0 to Size()-1 bytes view of `buf'.
26 buf [16]byte // Expected (but not required) to be Size() large.
27 seed uint32 // Seed for initializing the hash.
28 bmixer
31 func (d *digest) BlockSize() int { return 1 }
33 func (d *digest) Write(p []byte) (n int, err error) {
60 func (d *digest) Reset() {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/sha1/
H A Dsha1.go33 type digest struct { struct
34 h [5]uint32
35 x [chunk]byte
36 nx int
37 len uint64
40 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
84 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/sha1/
H A Dsha1.go33 type digest struct { struct
34 h [5]uint32
35 x [chunk]byte
36 nx int
37 len uint64
40 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
84 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/sha1/
H A Dsha1.go33 type digest struct { struct
34 h [5]uint32
35 x [chunk]byte
36 nx int
37 len uint64
40 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
90 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/sha1/
H A Dsha1.go33 type digest struct { struct
34 h [5]uint32
35 x [chunk]byte
36 nx int
37 len uint64
40 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
84 func (d0 *digest) Sum(in []byte) []byte {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/sha1/
H A Dsha1.go33 type digest struct { struct
34 h [5]uint32
35 x [chunk]byte
36 nx int
37 len uint64
40 func (d *digest) Reset() {
57 func (d *digest) Size() int { return Size }
59 func (d *digest) BlockSize() int { return BlockSize }
61 func (d *digest) Write(p []byte) (nn int, err error) {
84 func (d0 *digest) Sum(in []byte) []byte {
[all …]

12345678910>>...701