Searched refs:client_shares (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libssl/
H A Dssl_tlsext.c1448 CBB client_shares, key_exchange; local
1450 if (!CBB_add_u16_length_prefixed(cbb, &client_shares))
1453 if (!CBB_add_u16(&client_shares,
1456 if (!CBB_add_u16_length_prefixed(&client_shares, &key_exchange))
1477 CBS client_shares, key_exchange; local
1498 if (!CBS_get_u16_length_prefixed(cbs, &client_shares))
1502 if (!CBS_get_u16(&client_shares, &group))
1504 if (!CBS_get_u16_length_prefixed(&client_shares, &key_exchange))
1508 if (CBS_len(&client_shares) != 0)
1563 if (!CBS_get_u16_length_prefixed(cbs, &client_shares))
[all...]

Completed in 177 milliseconds