type crypto/internal/fips140/aes/gcm.GCMWithCounterNonce
7 uses
crypto/internal/fips140/aes/gcm (current package)
gcm_nonces.go#L51: func NewGCMWithCounterNonce(cipher *aes.Block) (*GCMWithCounterNonce, error) {
gcm_nonces.go#L56: return &GCMWithCounterNonce{g: *g}, nil
gcm_nonces.go#L59: type GCMWithCounterNonce struct {
gcm_nonces.go#L67: func (g *GCMWithCounterNonce) NonceSize() int { return gcmStandardNonceSize }
gcm_nonces.go#L69: func (g *GCMWithCounterNonce) Overhead() int { return gcmTagSize }
gcm_nonces.go#L71: func (g *GCMWithCounterNonce) Seal(dst, nonce, plaintext, data []byte) []byte {
gcm_nonces.go#L101: func (g *GCMWithCounterNonce) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)