golang.org/x/crypto/ssh.chacha20Poly1305Cipher.contentKey (field)

4 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L645: 	contentKey [32]byte
		cipher.go#L658: 	copy(c.contentKey[:], key[:32])
		cipher.go#L666: 	s, err := chacha20.NewUnauthenticatedCipher(c.contentKey[:], nonce)
		cipher.go#L732: 	s, err := chacha20.NewUnauthenticatedCipher(c.contentKey[:], nonce)