Home
last modified time | relevance | path

Searched refs:ssh_add_identity_constrained (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dauthfd.h50 int ssh_add_identity_constrained(int sock, struct sshkey *key,
H A Dssh-add.c371 (r = ssh_add_identity_constrained(agent_fd, private, comment, in add_file()
425 if ((r = ssh_add_identity_constrained(agent_fd, private, comment, in add_file()
618 if ((r = ssh_add_identity_constrained(agent_fd, key, "", in load_resident_keys()
H A Dauthfd.c586 ssh_add_identity_constrained(int sock, struct sshkey *key, in ssh_add_identity_constrained() function
H A Dsshconnect.c1716 if ((r = ssh_add_identity_constrained(auth_sock, private, in maybe_add_key_to_agent()