![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for quic_crypto.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | quic_encrypt_ticket_cb (ptls_encrypt_ticket_t *_self, ptls_t *tls, int is_encrypt, ptls_buffer_t *dst, ptls_iovec_t src) |
| void | quic_crypto_decrypt_packet (quic_ctx_t *qctx, quic_rx_packet_ctx_t *pctx) |
Variables | |
| ptls_cipher_suite_t * | quic_crypto_cipher_suites [] |
| void quic_crypto_decrypt_packet | ( | quic_ctx_t * | qctx, |
| quic_rx_packet_ctx_t * | pctx | ||
| ) |
Definition at line 179 of file quic_crypto.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int quic_encrypt_ticket_cb | ( | ptls_encrypt_ticket_t * | _self, |
| ptls_t * | tls, | ||
| int | is_encrypt, | ||
| ptls_buffer_t * | dst, | ||
| ptls_iovec_t | src | ||
| ) |
Definition at line 447 of file quic_crypto.c.
Here is the call graph for this function:
Here is the caller graph for this function:| ptls_cipher_suite_t* quic_crypto_cipher_suites[] |
Definition at line 543 of file quic_crypto.c.