Home | History | Annotate | Download | only in openssh

Lines Matching refs:KRL_MAGIC

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)