Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dquic_record_test_util.h26 || !TEST_int_eq(a->key_phase, b->key_phase) in cmp_pkt_hdr()
/src/crypto/openssl/ssl/quic/
H A Dquic_wire_pkt.c228 hdr->key_phase = 0; /* protected, zero for now */ in ossl_quic_wire_decode_pkt_hdr()
232 hdr->key_phase = (b0 & 0x04) != 0; in ossl_quic_wire_decode_pkt_hdr()
331 hdr->key_phase = 0; in ossl_quic_wire_decode_pkt_hdr()
370 hdr->key_phase = 0; in ossl_quic_wire_decode_pkt_hdr()
510 | (hdr->key_phase << 2) in ossl_quic_wire_encode_pkt_hdr()
H A Dquic_record_rx.c419 rxe->hdr.key_phase, &rx_key_epoch)) in qrx_validate_initial_pkt()
1233 rxe->hdr.key_phase, &rx_key_epoch)) in qrx_process_pkt()
1252 && rxe->hdr.key_phase != (el->key_epoch & 1)) in qrx_process_pkt()
H A Dquic_record_tx.c638 hdr->key_phase = (unsigned char)(el->key_epoch & 1); in qtx_write()
/src/crypto/openssl/include/internal/
H A Dquic_wire_pkt.h322 unsigned int key_phase : 1; member