Searched refs:tick_identity (Results 1 – 3 of 3) sorted by relevance
1077 s->ext.tick_identity = 0; in tls_construct_ctos_psk()1168 s->ext.tick_identity++; in tls_construct_ctos_psk()1227 s->ext.tick_identity++; in tls_construct_ctos_psk()2124 if (identity >= (unsigned int)s->ext.tick_identity) { in tls_parse_stoc_psk()2134 if (identity == 0 && (s->psksession == NULL || s->ext.tick_identity == 2)) { in tls_parse_stoc_psk()
1542 s->ext.tick_identity = id; in tls_parse_ctos_psk()2262 || !WPACKET_put_bytes_u16(pkt, s->ext.tick_identity) in tls_construct_stoc_psk()
1726 int tick_identity; member