OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIC_ENC_LEVEL_1RTT
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_types.h
25
QUIC_ENC_LEVEL_1RTT
,
47
case
QUIC_ENC_LEVEL_1RTT
:
quic_wire_pkt.h
45
return
QUIC_ENC_LEVEL_1RTT
;
61
case
QUIC_ENC_LEVEL_1RTT
:
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_shared.c
75
return enc_level ==
QUIC_ENC_LEVEL_1RTT
|| keyslot == 0;
77
assert(enc_level ==
QUIC_ENC_LEVEL_1RTT
);
232
|| (init_key_phase_bit > 0 && enc_level !=
QUIC_ENC_LEVEL_1RTT
)) {
297
if (enc_level ==
QUIC_ENC_LEVEL_1RTT
) {
371
if (el == NULL || !ossl_assert(enc_level ==
QUIC_ENC_LEVEL_1RTT
)) {
427
if (el == NULL || !ossl_assert(enc_level ==
QUIC_ENC_LEVEL_1RTT
)) {
449
if (el == NULL || !ossl_assert(enc_level ==
QUIC_ENC_LEVEL_1RTT
)) {
quic_record_rx.c
706
return
QUIC_ENC_LEVEL_1RTT
;
797
if (enc_level !=
QUIC_ENC_LEVEL_1RTT
) {
1000
if (!ossl_qrl_enc_level_set_key_update(&qrx->el_set,
QUIC_ENC_LEVEL_1RTT
))
1126
if (enc_level ==
QUIC_ENC_LEVEL_1RTT
&& !qrx->allow_1rtt)
1547
QUIC_ENC_LEVEL_1RTT
, 1);
1555
QUIC_ENC_LEVEL_1RTT
, 1);
1562
QUIC_ENC_LEVEL_1RTT
))
1567
QUIC_ENC_LEVEL_1RTT
))
quic_record_tx.c
1081
QUIC_ENC_LEVEL_1RTT
);
1122
el = ossl_qrl_enc_level_set_get(&qtx->el_set,
QUIC_ENC_LEVEL_1RTT
, 1);
quic_channel.c
776
return ch->tx_enc_level ==
QUIC_ENC_LEVEL_1RTT
/* Sanity check. */
800
const uint32_t enc_level =
QUIC_ENC_LEVEL_1RTT
;
1068
enc_level =
QUIC_ENC_LEVEL_1RTT
;
1135
if (!ossl_assert(ch->tx_enc_level ==
QUIC_ENC_LEVEL_1RTT
))
2994
if (!ossl_assert(enc_level <
QUIC_ENC_LEVEL_1RTT
))
quic_txp.c
1472
&& *conn_close_enc_level !=
QUIC_ENC_LEVEL_1RTT
)
/src/crypto/external/apache2/openssl/dist/test/
quic_txp_test.c
341
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
358
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
390
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
473
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
545
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
581
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
597
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
621
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
650
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1)
959
OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_AES128GCM, secret_1
[
all
...]
quic_record_test.c
177
RX_OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
, QRL_SUITE_CHACHA20POLY1305,
665
RX_OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
,
687
RX_OP_DISCARD_EL(
QUIC_ENC_LEVEL_1RTT
)
703
RX_OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
,
710
RX_OP_DISCARD_EL(
QUIC_ENC_LEVEL_1RTT
)
1095
RX_OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
,
1117
RX_OP_DISCARD_EL(
QUIC_ENC_LEVEL_1RTT
)
1133
RX_OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
,
1519
RX_OP_PROVIDE_SECRET(
QUIC_ENC_LEVEL_1RTT
,
1541
RX_OP_DISCARD_EL(
QUIC_ENC_LEVEL_1RTT
)
[
all
...]
Completed in 34 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026