type crypto/tls.ticketKey
9 uses
crypto/tls (current package)
common.go#L698: sessionTicketKeys []ticketKey
common.go#L701: autoSessionTicketKeys []ticketKey
common.go#L719: type ticketKey struct {
common.go#L732: func (c *Config) ticketKeyFromBytes(b [32]byte) (key ticketKey) {
common.go#L814: c.sessionTicketKeys = []ticketKey{c.ticketKeyFromBytes(c.SessionTicketKey)}
common.go#L828: func (c *Config) ticketKeys(configForClient *Config) []ticketKey {
common.go#L870: valid := make([]ticketKey, 0, len(c.autoSessionTicketKeys)+1)
common.go#L901: newKeys := make([]ticketKey, len(keys))
conn.go#L69: ticketKeys []ticketKey
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)