Searched refs:rawkey (Results 1 – 3 of 3) sorted by relevance
91 const char *rawkey; /* Text of key and any comment following it */ member
773 lineinfo.rawkey = cp = cp2; in hostkeys_foreach()806 l = strcspn(lineinfo.rawkey, " \t"); in hostkeys_foreach()808 lineinfo.rawkey[l] == '\0') in hostkeys_foreach()810 memcpy(ktype, lineinfo.rawkey, l); in hostkeys_foreach()
1081 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()