golang.org/x/crypto/ssh.streamPacketCipher.etm (field)

11 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L89: 			etm:       macModes[algs.MAC].etm,
		cipher.go#L141: 	etm    bool
		cipher.go#L158: 	if s.mac != nil && s.etm {
		cipher.go#L173: 		if s.etm {
		cipher.go#L204: 	if s.mac != nil && s.etm {
		cipher.go#L211: 		if !s.etm {
		cipher.go#L230: 	if s.mac != nil && s.etm {
		cipher.go#L253: 		if s.etm {
		cipher.go#L261: 		if !s.etm {
		cipher.go#L268: 	if !(s.mac != nil && s.etm) {
		cipher.go#L277: 	if s.mac != nil && s.etm {