Home
last modified time | relevance | path

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

/external/openssh/
Dauthfd.h33 int ssh_add_identity_constrained(int sock, struct sshkey *key,
Dssh-add.c269 if ((r = ssh_add_identity_constrained(agent_fd, private, comment, in add_file()
317 if ((r = ssh_add_identity_constrained(agent_fd, private, comment, in add_file()
Dauthfd.c539 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, in ssh_add_identity_constrained() function