OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEQ_NUM_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/record/
record.h
20
#define
SEQ_NUM_SIZE
8
40
unsigned char seq_num[
SEQ_NUM_SIZE
];
/src/crypto/external/bsd/openssl/dist/ssl/record/
record.h
32
#define
SEQ_NUM_SIZE
8
70
unsigned char seq_num[
SEQ_NUM_SIZE
];
77
unsigned char max_seq_num[
SEQ_NUM_SIZE
];
165
unsigned char read_sequence[
SEQ_NUM_SIZE
];
166
unsigned char write_sequence[
SEQ_NUM_SIZE
];
/src/crypto/external/bsd/openssl.old/dist/ssl/record/
record.h
30
#define
SEQ_NUM_SIZE
8
68
unsigned char seq_num[
SEQ_NUM_SIZE
];
75
unsigned char max_seq_num[
SEQ_NUM_SIZE
];
163
unsigned char read_sequence[
SEQ_NUM_SIZE
];
164
unsigned char write_sequence[
SEQ_NUM_SIZE
];
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026