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 github.com/pion/dtls/v2/pkg/crypto/ccm.CCM.NonceSize github.com/pion/dtls/v3/pkg/crypto/ccm.CCM.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 github.com/pion/dtls/v2/pkg/crypto/ccm.CCM.Open github.com/pion/dtls/v3/pkg/crypto/ccm.CCM.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 github.com/pion/dtls/v2/pkg/crypto/ccm.CCM.Overhead github.com/pion/dtls/v3/pkg/crypto/ccm.CCM.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 github.com/pion/dtls/v2/pkg/crypto/ccm.CCM.Seal github.com/pion/dtls/v3/pkg/crypto/ccm.CCM.Seal