func crypto/internal/fips140/aes/gcm.SealWithRandomNonce
2 uses
crypto/internal/fips140/aes/gcm (current package)
gcm_nonces.go#L24: func SealWithRandomNonce(g *GCM, nonce, out, plaintext, additionalData []byte) {
crypto/cipher
gcm.go#L160: gcm.SealWithRandomNonce(g.GCM, nonce, ciphertext, plaintext, additionalData)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)