Searched defs:git_credential_ssh_custom (Results 1 – 2 of 2) sorted by relevance
74 struct git_credential_ssh_custom { struct75 git_credential parent; /**< The parent credential */76 char *username; /**< The username to authenticate as */77 char *publickey; /**< The public key data */78 size_t publickey_len; /**< Length of the public key */83 git_credential_sign_cb sign_callback;85 void *payload; /**< Payload passed to prompt_callback */
107 typedef struct git_credential_ssh_custom git_credential_ssh_custom; typedef