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