Searched refs:lastseq (Results 1 – 1 of 1) sorted by relevance
116 uint64_t lastseq = 0; in do_testhpke() local168 if (!TEST_true(OSSL_HPKE_CTX_get_seq(sealctx, &lastseq))) in do_testhpke()170 if (lastseq != (uint64_t)(i + 1)) in do_testhpke()206 if (!TEST_true(OSSL_HPKE_CTX_get_seq(openctx, &lastseq))) in do_testhpke()208 if (lastseq != (uint64_t)(i + 1)) in do_testhpke()
Completed in 9 milliseconds