Searched refs:handshake_count (Results 1 – 3 of 3) sorted by relevance
30 for (i = 1; i < handshake_count; i++) { in main()
398 extern size_t handshake_count;405 for (i = 0; i < handshake_count; i++) { in count_handshakes()
253 const size_t handshake_count = sizeof(handshakes) / sizeof(handshakes[0]); variable304 if (hs.hs_type >= handshake_count) in tls13_handshake_active_state()