Searched refs:SessionTicketKey (Results 1 – 3 of 3) sorted by relevance
169 block, err := aes.NewCipher(c.config.SessionTicketKey[:16])175 mac := hmac.New(sha256.New, c.config.SessionTicketKey[16:32])190 mac := hmac.New(sha256.New, c.config.SessionTicketKey[16:32])198 block, err := aes.NewCipher(c.config.SessionTicketKey[:16])
412 SessionTicketKey [32]byte member1562 for _, b := range c.SessionTicketKey {1568 if _, err := io.ReadFull(c.rand(), c.SessionTicketKey[:]); err != nil {
1188 resumeConfig.SessionTicketKey = config.SessionTicketKey