OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labelbuffer
(Results
1 - 2
of
2
) sorted by null
/external/openssl/ssl/
d1_clnt.c
156
char
labelbuffer
[sizeof(DTLS1_SCTP_AUTH_LABEL)];
local
338
snprintf((char*)
labelbuffer
, sizeof(DTLS1_SCTP_AUTH_LABEL),
342
sizeof(sctpauthkey),
labelbuffer
,
343
sizeof(
labelbuffer
), NULL, 0, 0);
479
snprintf((char*)
labelbuffer
, sizeof(DTLS1_SCTP_AUTH_LABEL),
483
sizeof(sctpauthkey),
labelbuffer
,
484
sizeof(
labelbuffer
), NULL, 0, 0);
[
all
...]
d1_srvr.c
156
char
labelbuffer
[sizeof(DTLS1_SCTP_AUTH_LABEL)];
local
395
snprintf((char*)
labelbuffer
, sizeof(DTLS1_SCTP_AUTH_LABEL),
399
sizeof(sctpauthkey),
labelbuffer
,
400
sizeof(
labelbuffer
), NULL, 0, 0);
619
snprintf((char *)
labelbuffer
, sizeof(DTLS1_SCTP_AUTH_LABEL),
623
sizeof(sctpauthkey),
labelbuffer
,
624
sizeof(
labelbuffer
), NULL, 0, 0);
[
all
...]
Completed in 27 milliseconds