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.c778 lineinfo.rawkey = cp = cp2; in hostkeys_foreach()
811 l = strcspn(lineinfo.rawkey, " \t"); in hostkeys_foreach()
813 lineinfo.rawkey[l] == '\0') in hostkeys_foreach()
815 memcpy(ktype, lineinfo.rawkey, l); in hostkeys_foreach()
Dssh-keygen.c1114 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c127 if (expected->l.rawkey != NULL) in check()
128 ASSERT_STRING_EQ(l->rawkey, expected->l.rawkey); in check()