OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:session_id2_len
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
monitor.c
158
static u_int
session_id2_len
= 0;
variable
764
if (
session_id2_len
== 0) /* hostkeys is never first */
772
session_id2_len
)) != 0 ||
784
if (
session_id2_len
== 0) {
785
session_id2_len
= datlen;
786
session_id2 = xmalloc(
session_id2_len
);
787
memcpy(session_id2, p,
session_id2_len
);
1444
(len <
session_id2_len
) ||
1445
(timingsafe_bcmp(p, session_id2,
session_id2_len
) != 0))
1447
if ((r = sshbuf_consume(b,
session_id2_len
)) != 0
[
all
...]
Completed in 21 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026