Lines Matching refs:Identity
300 typedef struct identity Identity; typedef
378 static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
381 static struct sshkey *load_identity_file(Identity *);
656 format_identity(Identity *id) in format_identity()
686 Identity *id = NULL; in input_userauth_pk_ok()
1293 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1312 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1316 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1483 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1523 load_identity_file(Identity *id) in load_identity_file()
1834 Identity *id; in pubkey_cleanup()
1852 Identity *id; in pubkey_reset()
1862 Identity *id; in userauth_pubkey()