Searched refs:ssh_add_identity_constrained (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | authfd.h | 50 int ssh_add_identity_constrained(int sock, struct sshkey *key,
|
H A D | ssh-add.c | 371 (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 D | authfd.c | 586 ssh_add_identity_constrained(int sock, struct sshkey *key, in ssh_add_identity_constrained() function
|
H A D | sshconnect.c | 1716 if ((r = ssh_add_identity_constrained(auth_sock, private, in maybe_add_key_to_agent()
|