Lines Matching defs:key_share
20 * key_share present flag, 8 bytes for timestamp, 2 bytes for the hashlen,
31 * + 2 bytes for extension block length + 6 bytes for key_share extension
566 * Process a key_share extension received in the ClientHello. |pkt| contains
611 * requesting a new key_share. If we haven't got one then that is an
627 * If we already found a suitable key_share we loop through the
634 * If we sent an HRR then the key_share sent back MUST be for the group
635 * we requested, and must be the only key_share sent.
691 unsigned int format, version, key_share, group_id;
800 if (!PACKET_get_1(&cookie, &key_share)
854 if (key_share) {
1342 /* s->s3.group_id is non zero if we accepted a key_share */
1600 /* Original key_share was acceptable so don't ask for another one */
1615 /* No key_share received from client - must be resuming */
1749 /* Is there a key_share extension present in this HRR? */