Home
last modified time | relevance | path

Searched refs:rawkey (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dhostfile.h91 const char *rawkey; /* Text of key and any comment following it */ member
Dhostfile.c765 lineinfo.rawkey = cp = cp2; in hostkeys_foreach()
785 l = strcspn(lineinfo.rawkey, " \t"); in hostkeys_foreach()
787 lineinfo.rawkey[l] == '\0') in hostkeys_foreach()
789 memcpy(ktype, lineinfo.rawkey, l); in hostkeys_foreach()
Dssh-keygen.c1201 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c129 if (expected->l.rawkey != NULL) in check()
130 ASSERT_STRING_EQ(l->rawkey, expected->l.rawkey); in check()