Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/t/
H A Dpicotls.c1255 ptls_update_traffic_key_t update_traffic_key = {on_update_traffic_key}; in test_handshake_api() local
1260 ctx->update_traffic_key = &update_traffic_key; in test_handshake_api()
1263 ctx_peer->update_traffic_key = &update_traffic_key; in test_handshake_api()
1436 ctx->update_traffic_key = NULL; in test_handshake_api()
1438 ctx_peer->update_traffic_key = NULL; in test_handshake_api()
1490 ctx->update_traffic_key = NULL; in test_handshake_api()
1493 ctx_peer->update_traffic_key = NULL; in test_handshake_api()
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/
H A Dpicotls.c1214 if (tls->ctx->update_traffic_key != NULL) { in setup_traffic_protection()
1217 …return tls->ctx->update_traffic_key->cb(tls->ctx->update_traffic_key, tls, is_enc, epoch, ctx->sec… in setup_traffic_protection()
2321 if (tls->ctx->update_traffic_key == NULL) { in handle_hello_retry_request()
2398 if (tls->ctx->update_traffic_key != NULL && in client_handle_hello()
2399 …(ret = tls->ctx->update_traffic_key->cb(tls->ctx->update_traffic_key, tls, 1, 2, tls->pending_hand… in client_handle_hello()
4042 if (tls->ctx->update_traffic_key != NULL && in server_handle_hello()
4043 …(ret = tls->ctx->update_traffic_key->cb(tls->ctx->update_traffic_key, tls, 0, 2, tls->pending_hand… in server_handle_hello()
4235 if ((ret = update_traffic_key(tls, 0)) != 0) in handle_key_update()
4239 if (tls->ctx->update_traffic_key != NULL) in handle_key_update()
4932 if ((ret = update_traffic_key(tls, 1)) != 0) in update_send_key()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/include/
H A Dpicotls.h640 PTLS_CALLBACK_TYPE(int, update_traffic_key, ptls_t *tls, int is_enc, size_t epoch, const void *secr…
787 ptls_update_traffic_key_t *update_traffic_key; member
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dtls13.c1192 case update_traffic_key: in DeriveTls13Keys()
7200 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, ENCRYPT_SIDE_ONLY, 1)) in SendTls13KeyUpdate()
7255 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, DECRYPT_SIDE_ONLY, 1)) in DoTls13KeyUpdate()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dtls13.c1192 case update_traffic_key: in DeriveTls13Keys()
7200 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, ENCRYPT_SIDE_ONLY, 1)) in SendTls13KeyUpdate()
7255 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, DECRYPT_SIDE_ONLY, 1)) in DoTls13KeyUpdate()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dtls13.c1192 case update_traffic_key: in DeriveTls13Keys()
7200 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, ENCRYPT_SIDE_ONLY, 1)) in SendTls13KeyUpdate()
7255 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, DECRYPT_SIDE_ONLY, 1)) in DoTls13KeyUpdate()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dtls13.c1192 case update_traffic_key:
7200 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, ENCRYPT_SIDE_ONLY, 1))
7255 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, DECRYPT_SIDE_ONLY, 1))
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dtls13.c1192 case update_traffic_key: in DeriveTls13Keys()
7200 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, ENCRYPT_SIDE_ONLY, 1)) in SendTls13KeyUpdate()
7255 if ((ret = DeriveTls13Keys(ssl, update_traffic_key, DECRYPT_SIDE_ONLY, 1)) in DoTls13KeyUpdate()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/lib/
H A Dquicly.c6230 static ptls_update_traffic_key_t update_traffic_key = {update_traffic_key_cb}; in quicly_amend_ptls_context() local
6233 ptls->update_traffic_key = &update_traffic_key; in quicly_amend_ptls_context()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/
H A Dinternal.h2701 update_traffic_key enumerator
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h2701 update_traffic_key enumerator
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h2701 update_traffic_key enumerator
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h2701 update_traffic_key enumerator
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h2701 update_traffic_key enumerator
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dmain.c786 .update_traffic_key = NULL, in listener_setup_ssl_picotls()