Home
last modified time | relevance | path

Searched defs:Overhead (Results 1 – 9 of 9) sorted by relevance

/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20poly1305/
Dchacha20poly1305.go32 Overhead = 16 const
53 func (c *chacha20poly1305) Overhead() int { func
Dxchacha20poly1305.go37 func (*xchacha20poly1305) Overhead() int { func
/prebuilts/go/linux-x86/src/crypto/cipher/
Dgcm.go24 Overhead() int methodSpec
164 func (g *gcm) Overhead() int { func
/prebuilts/go/linux-x86/src/crypto/aes/
Dmodes_test.go45 func (*testAEAD) Overhead() int { return 0 } func
Daes_gcm.go70 func (g *gcmAsm) Overhead() int { func
Dgcm_ppc64x.go86 func (g *gcmAsm) Overhead() int { func
Dgcm_s390x.go83 func (g *gcmAsm) Overhead() int { func
/prebuilts/go/linux-x86/src/crypto/tls/
Dcipher_suites.go465 func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() } func
486 func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() } func
/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go285 func (g *aesGCM) Overhead() int { func