Home
last modified time | relevance | path

Searched refs:opn (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dquic_ackm_test.c915 size_t opn = 0; in test_rx_ack_actual() local
946 for (s = script; s->kind != RX_OPK_END; ++s, ++opn) { in test_rx_ack_actual()
1074 TEST_error("error in ACKM RX script %d, op %zu", tidx + 1, opn + 1); in test_rx_ack_actual()
H A Dquic_txp_test.c1297 size_t opn = 0; in run_script() local
1303 for (op = script, opn = 0; op->opcode != OPK_END; ++op, ++opn) { in run_script()
1604 TEST_error("script %d failed at op %zu", script_idx + 1, opn + 1); in run_script()

Completed in 14 milliseconds