Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/
H A Dpicotls.c1610 static int push_key_share_entry(ptls_buffer_t *buf, uint16_t group, ptls_iovec_t pubkey) in push_key_share_entry() function
1811 if ((ret = push_key_share_entry(&buf, group, pubkey)) != 0) in build_esni_contents_hash()
1890 if ((ret = push_key_share_entry(buf, esni->client.key_share->id, esni->client.pubkey)) != 0) in emit_esni_extension()
2019 …if ((ret = push_key_share_entry(sendbuf, tls->key_share->id, tls->client.key_share_ctx->pubkey)) !… in send_client_hello()