Lines Matching refs:Identity
299 typedef struct identity Identity; typedef
377 static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
380 static struct sshkey *load_identity_file(Identity *);
655 format_identity(Identity *id) in format_identity()
685 Identity *id = NULL; in input_userauth_pk_ok()
1292 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1311 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1315 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1482 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1522 load_identity_file(Identity *id) in load_identity_file()
1833 Identity *id; in pubkey_cleanup()
1851 Identity *id; in pubkey_reset()
1861 Identity *id; in userauth_pubkey()