Home
last modified time | relevance | path

Searched defs:script_op (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dquic_txp_test.c262 struct script_op { struct
263 uint32_t opcode;
264 uint64_t arg0, arg1;
265 const void *buf;
266 size_t buf_len;
267 int (*check_func)(struct helper *h);
H A Dquic_multistream_test.c121 struct script_op { struct
122 uint32_t op;
123 const void *arg0;
124 size_t arg1;
125 int (*check_func)(struct helper *h, struct helper_local *hl);
126 const char *stream_name;
127 uint64_t arg2;
128 int (*qtf_packet_plain_cb)(struct helper *h, QUIC_PKT_HDR *hdr,
130 int (*qtf_handshake_cb)(struct helper *h,
132 int (*qtf_datagram_cb)(struct helper *h,

Completed in 24 milliseconds