Searched refs:ssh_add_identity_constrained (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | authfd.h | 33 int ssh_add_identity_constrained(int sock, struct sshkey *key,
|
D | ssh-add.c | 265 if ((r = ssh_add_identity_constrained(agent_fd, private, comment, in add_file() 313 if ((r = ssh_add_identity_constrained(agent_fd, private, comment, in add_file()
|
D | authfd.c | 553 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, in ssh_add_identity_constrained() function
|
D | sshconnect.c | 1539 if ((r = ssh_add_identity_constrained(auth_sock, private, comment, 0, in maybe_add_key_to_agent()
|