Lines Matching defs:srt
28 * an item structure, and another matching a SRT-derived value to an item
47 QUIC_STATELESS_RESET_TOKEN srt;
48 unsigned char srt_blinded[BLINDED_SRT_LEN]; /* H(srt) */
56 /* Crypto context used to calculate blinded SRTs H(srt). */
60 LHASH_OF(SRTM_ITEM) *items_rev; /* (H(srt)) -> SRTM_ITEM */
95 * srt_blinded to srt is already cryptographically obfuscated.
237 * Inserts a SRTM_ITEM into the singly-linked by-SRT list.
258 * Computes the blinded SRT value used for internal lookup for side channel
299 item->srt = *token;
300 if (!srtm_compute_blinded(srtm, item, &item->srt)) {
327 /* First item under this blinded SRT */
370 /* Find our entry in the SRT list */