MCPcopy
hub / github.com/XTLS/REALITY / cipherSuiteTLS13ByID

Function cipherSuiteTLS13ByID

cipher_suites.go:653–660  ·  view source on GitHub ↗
(id uint16)

Source from the content-addressed store, hash-verified

651}
652
653func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
654 for _, cipherSuite := range cipherSuitesTLS13 {
655 if cipherSuite.id == id {
656 return cipherSuite
657 }
658 }
659 return nil
660}
661
662// A list of cipher suite IDs that are, or have been, implemented by this
663// package.

Callers 12

handleKeyUpdateMethod · 0.85
clientHandshakeMethod · 0.85
loadSessionMethod · 0.85
processServerHelloMethod · 0.85
ServerFunction · 0.85
handshakeMethod · 0.85
checkForResumptionMethod · 0.85
sendSessionTicketMethod · 0.85
isAESGCMPreferredFunction · 0.85
mutualCipherSuiteTLS13Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…