Searched refs:tick_identity (Results 1 – 3 of 3) sorted by relevance
987 s->ext.tick_identity = 0; in tls_construct_ctos_psk()1075 s->ext.tick_identity++; in tls_construct_ctos_psk()1130 s->ext.tick_identity++; in tls_construct_ctos_psk()1964 if (identity >= (unsigned int)s->ext.tick_identity) { in tls_parse_stoc_psk()1974 if (identity == 0 && (s->psksession == NULL || s->ext.tick_identity == 2)) { in tls_parse_stoc_psk()
1214 s->ext.tick_identity = id; in tls_parse_ctos_psk()1915 || !WPACKET_put_bytes_u16(pkt, s->ext.tick_identity) in tls_construct_stoc_psk()
1682 int tick_identity; member