Lines Matching defs:sock
91 int sock, oerrno; in ssh_get_authentication_socket_path() local
138 ssh_request_reply(int sock, struct sshbuf *request, struct sshbuf *reply) in ssh_request_reply()
182 ssh_request_reply_decode(int sock, struct sshbuf *request) in ssh_request_reply_decode()
207 ssh_close_authentication_socket(int sock) in ssh_close_authentication_socket()
215 ssh_lock_agent(int sock, int lock, const char *password) in ssh_lock_agent()
262 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
358 ssh_agent_has_key(int sock, const struct sshkey *key) in ssh_agent_has_key()
404 ssh_agent_sign(int sock, const struct sshkey *key, in ssh_agent_sign()
587 ssh_add_identity_constrained(int sock, struct sshkey *key, in ssh_add_identity_constrained()
648 ssh_remove_identity(int sock, const struct sshkey *key) in ssh_remove_identity()
685 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, in ssh_update_card()
730 ssh_remove_all_identities(int sock, int version) in ssh_remove_all_identities()
753 ssh_agent_bind_hostkey(int sock, const struct sshkey *key, in ssh_agent_bind_hostkey()