OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncid_frame_2
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
quic_rcidm_test.c
28
OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1 = { 0 },
ncid_frame_2
= { 0 };
local
37
ncid_frame_2
.seq_num = 3;
38
ncid_frame_2
.conn_id.id_len = 8;
39
ncid_frame_2
.conn_id.id[0] = 4;
86
|| !TEST_true(ossl_quic_rcidm_add_from_ncid(rcidm, &
ncid_frame_2
))
quic_lcidm_test.c
27
OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1,
ncid_frame_2
, ncid_frame_3;
local
56
|| !TEST_true(ossl_quic_lcidm_generate(lcidm, ptrs + 2, &
ncid_frame_2
))
66
|| !TEST_true(ossl_quic_lcidm_lookup(lcidm, &
ncid_frame_2
.conn_id,
90
|| !TEST_true(ossl_quic_lcidm_lookup(lcidm, &
ncid_frame_2
.conn_id,
Completed in 14 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026