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
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
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
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