crypto/tls.cipherSuite.flags (field)
12 uses
crypto/tls (current package)
cipher_suites.go#L161: flags int
common.go#L1117: if c.flags&suiteECDHE != 0 {
common.go#L1120: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
common.go#L1194: if c.flags&suiteECDHE == 0 {
common.go#L1197: if c.flags&suiteECSign != 0 {
common.go#L1206: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
common.go#L1491: if suite.flags&suiteDefaultOff != 0 {
handshake_client.go#L95: if hello.vers < VersionTLS12 && suite.flags&suiteTLS12 != 0 {
handshake_server.go#L343: if c.flags&suiteECDHE != 0 {
handshake_server.go#L347: if c.flags&suiteECSign != 0 {
handshake_server.go#L357: if hs.c.vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
prf.go#L92: if suite.flags&suiteSHA384 != 0 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)