OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEX_COOKIE_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
kex.c
161
for (i = 0; i <
KEX_COOKIE_LEN
; i++) {
192
if ((r = sshbuf_consume(b,
KEX_COOKIE_LEN
)) != 0) { /* skip cookie */
593
if (sshbuf_len(kex->my) <
KEX_COOKIE_LEN
) {
595
sshbuf_len(kex->my),
KEX_COOKIE_LEN
);
602
arc4random_buf(cookie,
KEX_COOKIE_LEN
);
637
for (i = 0; i <
KEX_COOKIE_LEN
; i++) {
kex.h
45
#define
KEX_COOKIE_LEN
16
Completed in 31 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026