Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_types.h22 QUIC_ENC_LEVEL_INITIAL = 0, enumerator
42 case QUIC_ENC_LEVEL_INITIAL: in ossl_quic_enc_level_to_pn_space()
H A Dquic_wire_pkt.h39 return QUIC_ENC_LEVEL_INITIAL; in ossl_quic_pkt_type_to_enc_level()
55 case QUIC_ENC_LEVEL_INITIAL: in ossl_quic_enc_level_to_pkt_type()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c590 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_free()
868 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
884 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
887 size_t running_total = (enc_level > QUIC_ENC_LEVEL_INITIAL) in ossl_quic_tx_packetiser_generate()
922 if (pkt[QUIC_ENC_LEVEL_INITIAL].h_valid in ossl_quic_tx_packetiser_generate()
923 && pkt[QUIC_ENC_LEVEL_INITIAL].h.bytes_appended > 0) in ossl_quic_tx_packetiser_generate()
935 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
982 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
1029 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
1353 if (enc_level == QUIC_ENC_LEVEL_INITIAL) { in txp_determine_geometry()
[all …]
H A Dquic_record_util.c148 && !ossl_qrx_provide_secret(qrx, QUIC_ENC_LEVEL_INITIAL, in ossl_quic_provide_initial_secret()
167 && !ossl_qtx_provide_secret(qtx, QUIC_ENC_LEVEL_INITIAL, in ossl_quic_provide_initial_secret()
H A Dquic_record_rx.c341 if (ossl_qrl_enc_level_set_have_el(&qrx->el_set, QUIC_ENC_LEVEL_INITIAL) != 1) in qrx_validate_initial_pkt()
360 el = ossl_qrl_enc_level_set_get(&qrx->el_set, QUIC_ENC_LEVEL_INITIAL, 1); in qrx_validate_initial_pkt()
407 &dec_len, sop, aad_len, rxe->pn, QUIC_ENC_LEVEL_INITIAL, in qrx_validate_initial_pkt()
689 return QUIC_ENC_LEVEL_INITIAL; in qrx_determine_enc_level()
701 return QUIC_ENC_LEVEL_INITIAL; /* not used */ in qrx_determine_enc_level()
H A Dquic_channel.c369 ch->tx_enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_init()
370 ch->rx_enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_init()
1013 for (i = QUIC_ENC_LEVEL_INITIAL; i < ch->rx_enc_level; ++i) in ch_on_crypto_recv_record()
1111 for (i = QUIC_ENC_LEVEL_INITIAL; i < enc_level; ++i) in ch_on_handshake_yield_secret()
2183 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_rx_check_forged_pkt_limit()
2538 ch_discard_el(ch, QUIC_ENC_LEVEL_INITIAL); in ch_rx_handle_packet()
2716 ch_discard_el(ch, QUIC_ENC_LEVEL_INITIAL); in ch_tx()
H A Dquic_record_shared.c221 if (enc_level == QUIC_ENC_LEVEL_INITIAL in ossl_qrl_enc_level_set_provide_secret()
/freebsd/crypto/openssl/test/
H A Dquic_txp_test.c1007 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
1145 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
1173 OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
1202 OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
1250 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
1660 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
H A Dquic_record_test.c610 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
647 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
979 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
1342 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)