kubernetes/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go

const bufSize

//go:noescape
func xorKeyStreamVX(dst, src []byte, key *[8]uint32, nonce *[3]uint32, counter *uint32)

func (c *Cipher) xorKeyStreamBlocks(dst, src []byte) {}