Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquic_txp_test.c270 struct script_op { struct
271 uint32_t opcode;
272 uint64_t arg0, arg1;
273 const void *buf;
274 size_t buf_len;
275 int (*check_func)(struct helper *h);
H A Dquic_multistream_test.c131 struct script_op { struct
132 uint32_t op;
133 const void *arg0;
134 size_t arg1;
135 int (*check_func)(struct helper *h, struct helper_local *hl);
136 const char *stream_name;
137 uint64_t arg2;
138 int (*qtf_packet_plain_cb)(struct helper *h, QUIC_PKT_HDR *hdr,
140 int (*qtf_handshake_cb)(struct helper *h,
142 int (*qtf_datagram_cb)(struct helper *h,