Home
last modified time | relevance | path

Searched refs:negotiated_group (Results 1 – 1 of 1) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/
H A Dpicotls.c3600 … ptls_key_exchange_algorithm_t *negotiated_group, ptls_iovec_t tbs, uint8_t *sig) in calc_cookie_signature() argument
3626 UPDATE16(negotiated_group->id); in calc_cookie_signature()
3675 #define EMIT_HELLO_RETRY_REQUEST(sched, negotiated_group, additional_extensions) … in server_handle_hello() argument
3678 …ptls_key_exchange_algorithm_t *_negotiated_group = (negotiated_group); … in server_handle_hello()
3886 ptls_key_exchange_algorithm_t *negotiated_group; in server_handle_hello() local
3887 …if ((ret = select_negotiated_group(&negotiated_group, tls->ctx->key_exchanges, ch->negotiated_grou… in server_handle_hello()
3895 … EMIT_HELLO_RETRY_REQUEST(NULL, key_share.algorithm != NULL ? NULL : negotiated_group, { in server_handle_hello()
3920 if ((ret = calc_cookie_signature(tls, properties, negotiated_group, in server_handle_hello()
3936 …_HELLO_RETRY_REQUEST(tls->key_schedule, key_share.algorithm != NULL ? NULL : negotiated_group, {}); in server_handle_hello()