crypto/cipher.AEAD.Open (method)
4 uses
crypto/cipher (current package)
gcm.go#L46: Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error)
crypto/tls
cipher_suites.go#L467: return f.aead.Open(out, f.nonce[:], ciphertext, additionalData)
cipher_suites.go#L497: result, err := f.aead.Open(out, f.nonceMask[:], ciphertext, additionalData)
conn.go#L373: plaintext, err = c.Open(payload[:0], nonce, payload, additionalData)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)