Searched refs:QUIC_ENC_LEVEL_INITIAL (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_types.h | 22 QUIC_ENC_LEVEL_INITIAL = 0, enumerator 42 case QUIC_ENC_LEVEL_INITIAL: in ossl_quic_enc_level_to_pn_space()
|
H A D | quic_wire_pkt.h | 39 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 D | quic_txp.c | 590 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 D | quic_record_util.c | 148 && !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 D | quic_record_rx.c | 341 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 D | quic_channel.c | 369 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 D | quic_record_shared.c | 221 if (enc_level == QUIC_ENC_LEVEL_INITIAL in ossl_qrl_enc_level_set_provide_secret()
|
/freebsd/crypto/openssl/test/ |
H A D | quic_txp_test.c | 1007 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 D | quic_record_test.c | 610 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)
|