Searched defs:quic_tls_args_st (Results 1 – 1 of 1) sorted by relevance
17 typedef struct quic_tls_args_st { struct22 SSL *s;30 int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len,32 void *crypto_send_cb_arg;39 int (*crypto_recv_rcd_cb)(const unsigned char **buf, size_t *bytes_read,41 void *crypto_recv_rcd_cb_arg;42 int (*crypto_release_rcd_cb)(size_t bytes_read, void *arg);43 void *crypto_release_rcd_cb_arg;49 int (*yield_secret_cb)(uint32_t prot_level, int direction /* 0=RX, 1=TX */,53 void *yield_secret_cb_arg;[all …]