type crypto/internal/fips140/aes/gcm.GCMForTLS12
7 uses
crypto/internal/fips140/aes/gcm (current package)
gcm_nonces.go#L111: func NewGCMForTLS12(cipher *aes.Block) (*GCMForTLS12, error) {
gcm_nonces.go#L116: return &GCMForTLS12{g: *g}, nil
gcm_nonces.go#L119: type GCMForTLS12 struct {
gcm_nonces.go#L124: func (g *GCMForTLS12) NonceSize() int { return gcmStandardNonceSize }
gcm_nonces.go#L126: func (g *GCMForTLS12) Overhead() int { return gcmTagSize }
gcm_nonces.go#L128: func (g *GCMForTLS12) Seal(dst, nonce, plaintext, data []byte) []byte {
gcm_nonces.go#L148: func (g *GCMForTLS12) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)