Searched refs:conn_call_delete_crypto_cipher_ctx (Results 1 – 1 of 1) sorted by relevance
/dports/net/libngtcp2/ngtcp2-224bd62/lib/ |
H A D | ngtcp2_conn.c | 411 conn_call_delete_crypto_cipher_ctx(ngtcp2_conn *conn, in conn_call_delete_crypto_cipher_ctx() function 1309 conn_call_delete_crypto_cipher_ctx(conn, &conn->early.hp_ctx); in ngtcp2_conn_del() 1328 conn_call_delete_crypto_cipher_ctx(conn, &conn->pktns.crypto.rx.hp_ctx); in ngtcp2_conn_del() 1334 conn_call_delete_crypto_cipher_ctx(conn, &conn->pktns.crypto.tx.hp_ctx); in ngtcp2_conn_del() 1341 conn_call_delete_crypto_cipher_ctx(conn, &conn->hs_pktns->crypto.rx.hp_ctx); in ngtcp2_conn_del() 1347 conn_call_delete_crypto_cipher_ctx(conn, &conn->hs_pktns->crypto.tx.hp_ctx); in ngtcp2_conn_del() 2699 conn_call_delete_crypto_cipher_ctx(conn, &pktns->crypto.rx.hp_ctx); in conn_discard_pktns() 2701 conn_call_delete_crypto_cipher_ctx(conn, &pktns->crypto.tx.hp_ctx); in conn_discard_pktns() 2748 conn_call_delete_crypto_cipher_ctx(conn, &conn->early.hp_ctx); in conn_discard_early_key() 9795 conn_call_delete_crypto_cipher_ctx(conn, &pktns->crypto.rx.hp_ctx); in ngtcp2_conn_install_initial_key() [all …]
|