const crypto/tls.noncePrefixLength

3 uses

	crypto/tls (current package)
		cipher_suites.go#L272: 	noncePrefixLength = 4
		cipher_suites.go#L283: func (f *prefixNonceAEAD) NonceSize() int        { return aeadNonceLength - noncePrefixLength }
		cipher_suites.go#L333: 	if len(noncePrefix) != noncePrefixLength {