Home
last modified time | relevance | path

Searched defs:prefixNonceAEAD (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dcipher_suites.go450 type prefixNonceAEAD struct { struct
452 nonce [aeadNonceLength]byte
453 aead cipher.AEAD
456 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
457 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
458 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
460 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
465 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/tls/
H A Dcipher_suites.go450 type prefixNonceAEAD struct { struct
452 nonce [aeadNonceLength]byte
453 aead cipher.AEAD
456 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
457 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
458 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
460 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
465 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/tls/
H A Dcipher_suites.go277 type prefixNonceAEAD struct { struct
279 nonce [aeadNonceLength]byte
280 aead cipher.AEAD
283 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
284 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
285 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
287 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
292 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/storj/storj-1.45.3/vendor/github.com/marten-seemann/qtls-go1-17/
H A Dcipher_suites.go461 type prefixNonceAEAD struct { struct
463 nonce [aeadNonceLength]byte
464 aead cipher.AEAD
467 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
468 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
469 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
471 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
476 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Dcipher_suites.go186 type prefixNonceAEAD struct { struct
188 nonce [aeadNonceLength]byte
189 aead cipher.AEAD
192 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
193 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
194 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
196 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
201 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/tls/
H A Dcipher_suites.go277 type prefixNonceAEAD struct { struct
279 nonce [aeadNonceLength]byte
280 aead cipher.AEAD
283 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
284 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
285 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
287 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
292 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/marten-seemann/qtls-go1-17/
H A Dcipher_suites.go461 type prefixNonceAEAD struct { struct
463 nonce [aeadNonceLength]byte
464 aead cipher.AEAD
467 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
468 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
469 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
471 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
476 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/tls/
H A Dcipher_suites.go186 type prefixNonceAEAD struct { struct
188 nonce [aeadNonceLength]byte
189 aead cipher.AEAD
192 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
193 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
194 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
196 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
201 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/marten-seemann/qtls-go1-17/
H A Dcipher_suites.go461 type prefixNonceAEAD struct { struct
463 nonce [aeadNonceLength]byte
464 aead cipher.AEAD
467 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
468 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
469 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
471 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
476 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Dcipher_suites.go186 type prefixNonceAEAD struct { struct
188 nonce [aeadNonceLength]byte
189 aead cipher.AEAD
192 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
193 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
194 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
196 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
201 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/marten-seemann/qtls-go1-17/
H A Dcipher_suites.go461 type prefixNonceAEAD struct { struct
463 nonce [aeadNonceLength]byte
464 aead cipher.AEAD
467 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
468 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
469 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
471 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
476 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Dcipher_suites.go185 type prefixNonceAEAD struct { struct
187 nonce [aeadNonceLength]byte
188 aead cipher.AEAD
191 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
192 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
193 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
195 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
200 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/tls/
H A Dcipher_suites.go186 type prefixNonceAEAD struct { struct
188 nonce [aeadNonceLength]byte
189 aead cipher.AEAD
192 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
193 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
194 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
196 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
201 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dcipher_suites.go186 type prefixNonceAEAD struct { struct
188 nonce [aeadNonceLength]byte
189 aead cipher.AEAD
192 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
193 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
194 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
196 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
201 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Dcipher_suites.go185 type prefixNonceAEAD struct { struct
187 nonce [aeadNonceLength]byte
188 aead cipher.AEAD
191 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
192 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
193 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
195 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
200 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dcipher_suites.go186 type prefixNonceAEAD struct { struct
188 nonce [aeadNonceLength]byte
189 aead cipher.AEAD
192 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
193 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
194 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
196 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
201 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/tls/
H A Dcipher_suites.go277 type prefixNonceAEAD struct { struct
279 nonce [aeadNonceLength]byte
280 aead cipher.AEAD
283 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
284 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
285 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
287 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
292 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Dcipher_suites.go185 type prefixNonceAEAD struct { struct
187 nonce [aeadNonceLength]byte
188 aead cipher.AEAD
191 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
192 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
193 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
195 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
200 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/marten-seemann/qtls-go1-17/
H A Dcipher_suites.go461 type prefixNonceAEAD struct { struct
463 nonce [aeadNonceLength]byte
464 aead cipher.AEAD
467 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
468 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
469 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
471 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
476 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/tls/
H A Dcipher_suites.go186 type prefixNonceAEAD struct { struct
188 nonce [aeadNonceLength]byte
189 aead cipher.AEAD
192 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
193 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
194 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
196 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
201 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dcipher_suites.go297 type prefixNonceAEAD struct { struct
299 nonce [aeadNonceLength]byte
300 aead cipher.AEAD
303 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
304 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
305 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
307 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
312 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls/
H A Dcipher_suites.go297 type prefixNonceAEAD struct { struct
299 nonce [aeadNonceLength]byte
300 aead cipher.AEAD
303 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
304 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
305 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
307 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
312 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dcipher_suites.go288 type prefixNonceAEAD struct { struct
290 nonce [aeadNonceLength]byte
291 aead cipher.AEAD
294 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
295 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
296 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
298 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
303 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/tls/
H A Dcipher_suites.go286 type prefixNonceAEAD struct { struct
288 nonce [aeadNonceLength]byte
289 aead cipher.AEAD
292 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
293 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
294 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
296 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
301 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/tls/
H A Dcipher_suites.go286 type prefixNonceAEAD struct { struct
288 nonce [aeadNonceLength]byte
289 aead cipher.AEAD
292 func (f *prefixNonceAEAD) NonceSize() int { return aeadNonceLength - noncePrefixLength }
293 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
294 func (f *prefixNonceAEAD) explicitNonceLen() int { return f.NonceSize() }
296 func (f *prefixNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
301 func (f *prefixNonceAEAD) Open(out, nonce, ciphertext, additionalData []byte) ([]byte, error) {

12