HomeSort by: relevance | last modified time | path
    Searched defs:key_share (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_srvr.c 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
571 * Process a key_share extension received in the ClientHello. |pkt| contains
616 * requesting a new key_share. If we haven't got one then that is an
632 * If we already found a suitable key_share we loop through the
639 * If we sent an HRR then the key_share sent back MUST be for the group
640 * we requested, and must be the only key_share sent.
696 unsigned int format, version, key_share, group_id; local
805 if (!PACKET_get_1(&cookie, &key_share)
859 if (key_share) {
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_srvr.c 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
612 * Process a key_share extension received in the ClientHello. |pkt| contains
659 * requesting a new key_share. If we haven't got one then that is an
677 * If we already found a suitable key_share we loop through the
684 * If we sent an HRR then the key_share sent back MUST be for the group
685 * we requested, and must be the only key_share sent.
735 unsigned int format, version, key_share, group_id; local
853 if (!PACKET_get_1(&cookie, &key_share)
912 if (key_share) {
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 21 * key_share present flag, 8 bytes for timestamp, 2 bytes for the hashlen,
32 * + 2 bytes for extension block length + 6 bytes for key_share extension
611 * check_overlap and tls_accept_ksgroup to parse the key_share extension(s)
684 * If we sent an HRR then the key_share sent back MUST be for the group
685 * we requested, and must be the only key_share sent.
878 * requesting a new key_share. If we haven't got one then that is an
1007 unsigned int format, version, key_share, group_id; local
1120 if (!PACKET_get_1(&cookie, &key_share)
1176 if (key_share) {
1675 /* s->s3.group_id is non zero if we accepted a key_share */
    [all...]

Completed in 24 milliseconds