Searched defs:echContext (Results 1 – 3 of 3) sorted by relevance
242 type echContext struct { struct243 config *echConfig244 hpkeContext *hpke.Sender245 encapsulatedKey []byte246 innerHello *clientHelloMsg247 innerTranscript hash.Hash248 kdfID uint16249 aeadID uint16250 echRejected bool
40 echContext *echContext member
209 func computeAndUpdateOuterECHExtension(outer, inner *clientHelloMsg, ech *echContext, useKey bool) …