OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:label_prefix
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/
tls13_enc.c
22
static const unsigned char
label_prefix
[] = { 0x74, 0x6C, 0x73, 0x31, 0x33, 0x20, 0x00 };
variable
24
static const unsigned char
label_prefix
[] = "tls13 ";
variable
83
(unsigned char *)
label_prefix
,
84
sizeof(
label_prefix
) - 1);
207
(unsigned char *)
label_prefix
,
208
sizeof(
label_prefix
) - 1);
/src/crypto/external/apache2/openssl/dist/ssl/
tls13_enc.c
23
static const unsigned char
label_prefix
[] = "\x74\x6C\x73\x31\x33\x20";
variable
79
(unsigned char *)
label_prefix
,
80
sizeof(
label_prefix
) - 1);
210
(unsigned char *)
label_prefix
,
211
sizeof(
label_prefix
) - 1);
/src/crypto/external/bsd/openssl.old/dist/ssl/
tls13_enc.c
34
static const unsigned char
label_prefix
[] = { 0x74, 0x6C, 0x73, 0x31, 0x33, 0x20, 0x00 };
local
36
static const unsigned char
label_prefix
[] = "tls13 ";
48
+ (sizeof(
label_prefix
) - 1) + TLS13_MAX_LABEL_LEN
75
|| !WPACKET_memcpy(&pkt,
label_prefix
, sizeof(
label_prefix
) - 1)
/src/external/bsd/jemalloc/dist/src/
malloc_io.c
141
goto
label_prefix
;
146
label_prefix
:
/src/external/bsd/jemalloc.old/dist/src/
malloc_io.c
143
goto
label_prefix
;
148
label_prefix
:
/src/external/bsd/wpa/dist/src/wps/
wps_i.h
135
void wps_kdf(const u8 *key, const u8 *
label_prefix
, size_t label_prefix_len,
wps_common.c
24
void wps_kdf(const u8 *key, const u8 *
label_prefix
, size_t label_prefix_len,
38
addr[1] =
label_prefix
;
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026