Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_record_rx.c562 uint64_t *rx_key_epoch, in qrx_get_cipher_ctx_idx() argument
570 *rx_key_epoch = 0; in qrx_get_cipher_ctx_idx()
621 *rx_key_epoch in qrx_get_cipher_ctx_idx()
634 *rx_key_epoch = el->key_epoch - (uint64_t)*is_old_key; in qrx_get_cipher_ctx_idx()
643 *rx_key_epoch = el->key_epoch; in qrx_get_cipher_ctx_idx()
665 uint64_t *rx_key_epoch) in qrx_decrypt_pkt_body() argument
692 rx_key_epoch, &is_old_key); in qrx_decrypt_pkt_body()
796 uint64_t rx_key_epoch = UINT64_MAX; in qrx_process_pkt() local
1001 rxe->hdr.key_phase, &rx_key_epoch)) in qrx_process_pkt()
1048 rxe->key_epoch = rx_key_epoch; in qrx_process_pkt()

Completed in 9 milliseconds