Searched defs:entstr (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/ssh/
H A Dsshsrv_cmd.c579 char *entstr; local
637 entstr = ssh_host_pubkeys_format_known_host_hashed(ent, ent);
639 entstr = ssh_host_pubkeys_format_known_host_plain(ent, ent);
641 if (!entstr) {
648 wret = sss_atomic_write_s(fd, entstr, strlen(entstr));

Completed in 12 milliseconds