Home
last modified time | relevance | path

Searched defs:digest (Results 226 – 250 of 17519) sorted by relevance

12345678910>>...701

/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/md4/
H A Dmd4.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) {
85 func (d0 *digest) Sum(in []byte) []byte {
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/md4/
H A Dmd4.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) {
85 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/ripemd160/
H A Dripemd160.go36 type digest struct { struct
37 s [5]uint32 // running context
38 x [BlockSize]byte // temporary buffer
39 nx int // index into x
40 tc uint64 // total count of bytes processed
43 func (d *digest) Reset() {
56 func (d *digest) Size() int { return Size }
58 func (d *digest) BlockSize() int { return BlockSize }
60 func (d *digest) Write(p []byte) (nn int, err error) {
86 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/crypto/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/md4/
H A Dmd4.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) {
85 func (d0 *digest) Sum(in []byte) []byte {
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go36 type digest struct { struct
37 s [5]uint32 // running context
38 x [BlockSize]byte // temporary buffer
39 nx int // index into x
40 tc uint64 // total count of bytes processed
43 func (d *digest) Reset() {
56 func (d *digest) Size() int { return Size }
58 func (d *digest) BlockSize() int { return BlockSize }
60 func (d *digest) Write(p []byte) (nn int, err error) {
86 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/crypto-5c40567a22f8/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/crypto-5c40567a22f8/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/crypto/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/crypto/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/devel/lazygit/lazygit-0.31.4/vendor/golang.org/x/crypto/crypto-7f63de1d35b0/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/devel/lazygit/lazygit-0.31.4/vendor/golang.org/x/crypto/crypto-7f63de1d35b0/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/devel/lab/lab-0.17.2/vendor/golang.org/x/crypto/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/lego/lego-4.5.3/vendor/golang.org/x/crypto/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/net/rospo/rospo-0.7.1/vendor/golang.org/x/crypto/crypto-32db794688a5/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/net/rospo/rospo-0.7.1/vendor/golang.org/x/crypto/crypto-32db794688a5/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/security/lego/lego-4.5.3/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/golang.org/x/crypto/md4/
H A Dmd4.go36 type digest struct { struct
37 s [4]uint32
38 x [_Chunk]byte
39 nx int
40 len uint64
43 func (d *digest) Reset() {
59 func (d *digest) Size() int { return Size }
61 func (d *digest) BlockSize() int { return BlockSize }
63 func (d *digest) Write(p []byte) (nn int, err error) {
89 func (d0 *digest) Sum(in []byte) []byte {
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/golang.org/x/crypto/ripemd160/
H A Dripemd160.go40 type digest struct { struct
41 s [5]uint32 // running context
42 x [BlockSize]byte // temporary buffer
43 nx int // index into x
44 tc uint64 // total count of bytes processed
47 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) {
90 func (d0 *digest) Sum(in []byte) []byte {

12345678910>>...701