OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS13_TBS_START_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c
209
#define
TLS13_TBS_START_SIZE
64
210
#define TLS13_TBS_PREAMBLE_SIZE (
TLS13_TBS_START_SIZE
+ 33 + 1)
232
memset(tls13tbs, 32,
TLS13_TBS_START_SIZE
);
236
strcpy((char *)tls13tbs +
TLS13_TBS_START_SIZE
, servercontext);
238
strcpy((char *)tls13tbs +
TLS13_TBS_START_SIZE
, clientcontext);
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c
165
#define
TLS13_TBS_START_SIZE
64
166
#define TLS13_TBS_PREAMBLE_SIZE (
TLS13_TBS_START_SIZE
+ 33 + 1)
188
memset(tls13tbs, 32,
TLS13_TBS_START_SIZE
);
192
strcpy((char *)tls13tbs +
TLS13_TBS_START_SIZE
, servercontext);
194
strcpy((char *)tls13tbs +
TLS13_TBS_START_SIZE
, clientcontext);
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c
255
#define
TLS13_TBS_START_SIZE
64
256
#define TLS13_TBS_PREAMBLE_SIZE (
TLS13_TBS_START_SIZE
+ 33 + 1)
272
memset(tls13tbs, 32,
TLS13_TBS_START_SIZE
);
276
strcpy((char *)tls13tbs +
TLS13_TBS_START_SIZE
, servercontext);
278
strcpy((char *)tls13tbs +
TLS13_TBS_START_SIZE
, clientcontext);
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026