Searched refs:ssh_key_struct (Results 1 – 13 of 13) sorted by relevance
30 struct ssh_key_struct *pubkey;
50 struct ssh_key_struct { struct
231 … (*ssh_auth_pubkey_callback) (ssh_session session, const char *user, struct ssh_key_struct *pubkey,
106 typedef struct ssh_key_struct* ssh_key;
31 struct ssh_key_struct *pubkey;
31 struct ssh_key_struct { struct
114 typedef struct ssh_key_struct* ssh_key;
352 struct ssh_key_struct *key;
102 ssh_key ptr = malloc (sizeof (struct ssh_key_struct)); in ssh_key_new()
410 struct ssh_key_struct *key;
119 ssh_key ptr = malloc (sizeof (struct ssh_key_struct)); in ssh_key_new()
454 struct ssh_key_struct *pubkey,
56 UNUSED_PARAM(struct ssh_key_struct *pubkey), in auth_pubkey_cb()