OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KRL_MAGIC
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
krl.h
24
#define
KRL_MAGIC
"SSHKRL\n\0"
krl.c
722
if ((r = sshbuf_put(buf,
KRL_MAGIC
, sizeof(
KRL_MAGIC
) - 1)) != 0 ||
935
if (sshbuf_len(buf) < sizeof(
KRL_MAGIC
) - 1 ||
936
memcmp(sshbuf_ptr(buf),
KRL_MAGIC
, sizeof(
KRL_MAGIC
) - 1) != 0) {
946
if ((r = sshbuf_consume(copy, sizeof(
KRL_MAGIC
) - 1)) != 0)
[
all
...]
Completed in 52 milliseconds