Lines Matching defs:sock
91 int sock, oerrno; in ssh_get_authentication_socket() local
125 ssh_request_reply(int sock, struct sshbuf *request, struct sshbuf *reply) in ssh_request_reply()
173 ssh_close_authentication_socket(int sock) in ssh_close_authentication_socket()
181 ssh_lock_agent(int sock, int lock, const char *password) in ssh_lock_agent()
267 ssh_fetch_identitylist(int sock, int version, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
390 ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge, in ssh_decrypt_challenge()
444 ssh_agent_sign(int sock, struct sshkey *key, in ssh_agent_sign()
553 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, in ssh_add_identity_constrained()
613 ssh_remove_identity(int sock, struct sshkey *key) in ssh_remove_identity()
663 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, in ssh_update_card()
701 ssh_remove_all_identities(int sock, int version) in ssh_remove_all_identities()