Searched refs:rawkey (Results 1 – 4 of 4) sorted by relevance
91 const char *rawkey; /* Text of key and any comment following it */ member
765 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()
1201 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
129 if (expected->l.rawkey != NULL) in check()130 ASSERT_STRING_EQ(l->rawkey, expected->l.rawkey); in check()