Searched refs:txke (Results 1 – 1 of 1) sorted by relevance
427 int64_t txke = (int64_t)ossl_quic_channel_get_tx_key_epoch(ch); in check_key_update_ge() local429 int64_t diff = txke - rxke; in check_key_update_ge()448 uint64_t txke = ossl_quic_channel_get_tx_key_epoch(ch); in check_key_update_lt() local451 if (!TEST_uint64_t_lt(txke, hl->check_op->arg2)) in check_key_update_lt()
Completed in 16 milliseconds