type crypto/cipher.AEAD (interface)
Method Implmentations
NonceSize() int
*crypto/internal/fips140/aes/gcm.GCM.NonceSize
*crypto/internal/fips140/aes/gcm.GCMForSSH.NonceSize
*crypto/internal/fips140/aes/gcm.GCMForTLS12.NonceSize
*crypto/internal/fips140/aes/gcm.GCMForTLS13.NonceSize
*crypto/internal/fips140/aes/gcm.GCMWithCounterNonce.NonceSize
(*gcmFallback).NonceSize
gcmWithRandomNonce.NonceSize
crypto/tls.aead.NonceSize
*crypto/tls.prefixNonceAEAD.NonceSize
*crypto/tls.xorNonceAEAD.NonceSize
*vendor/golang.org/x/crypto/chacha20poly1305.chacha20poly1305.NonceSize
*vendor/golang.org/x/crypto/chacha20poly1305.xchacha20poly1305.NonceSize
Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error)
*crypto/internal/fips140/aes/gcm.GCM.Open
*crypto/internal/fips140/aes/gcm.GCMForSSH.Open
*crypto/internal/fips140/aes/gcm.GCMForTLS12.Open
*crypto/internal/fips140/aes/gcm.GCMForTLS13.Open
*crypto/internal/fips140/aes/gcm.GCMWithCounterNonce.Open
(*gcmFallback).Open
gcmWithRandomNonce.Open
crypto/tls.aead.Open
*crypto/tls.prefixNonceAEAD.Open
*crypto/tls.xorNonceAEAD.Open
*vendor/golang.org/x/crypto/chacha20poly1305.chacha20poly1305.Open
*vendor/golang.org/x/crypto/chacha20poly1305.xchacha20poly1305.Open
Overhead() int
*crypto/internal/fips140/aes/gcm.GCM.Overhead
*crypto/internal/fips140/aes/gcm.GCMForSSH.Overhead
*crypto/internal/fips140/aes/gcm.GCMForTLS12.Overhead
*crypto/internal/fips140/aes/gcm.GCMForTLS13.Overhead
*crypto/internal/fips140/aes/gcm.GCMWithCounterNonce.Overhead
(*gcmFallback).Overhead
gcmWithRandomNonce.Overhead
crypto/tls.aead.Overhead
*crypto/tls.prefixNonceAEAD.Overhead
*crypto/tls.xorNonceAEAD.Overhead
*vendor/golang.org/x/crypto/chacha20poly1305.chacha20poly1305.Overhead
*vendor/golang.org/x/crypto/chacha20poly1305.xchacha20poly1305.Overhead
Seal(dst, nonce, plaintext, additionalData []byte) []byte
*crypto/internal/fips140/aes/gcm.GCM.Seal
*crypto/internal/fips140/aes/gcm.GCMForSSH.Seal
*crypto/internal/fips140/aes/gcm.GCMForTLS12.Seal
*crypto/internal/fips140/aes/gcm.GCMForTLS13.Seal
*crypto/internal/fips140/aes/gcm.GCMWithCounterNonce.Seal
(*gcmFallback).Seal
gcmWithRandomNonce.Seal
crypto/tls.aead.Seal
*crypto/tls.prefixNonceAEAD.Seal
*crypto/tls.xorNonceAEAD.Seal
*vendor/golang.org/x/crypto/chacha20poly1305.chacha20poly1305.Seal
*vendor/golang.org/x/crypto/chacha20poly1305.xchacha20poly1305.Seal
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)