Lines Matching refs:Identity
314 typedef struct identity Identity; typedef
393 static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
396 static struct sshkey *load_identity_file(Identity *);
674 format_identity(Identity *id) in format_identity()
705 Identity *id = NULL; in input_userauth_pk_ok()
1319 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1338 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1342 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1494 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1534 load_identity_file(Identity *id) in load_identity_file()
1795 Identity *id; in pubkey_cleanup()
1813 Identity *id; in pubkey_reset()
1820 try_identity(struct ssh *ssh, Identity *id) in try_identity()
1837 Identity *id; in userauth_pubkey()