Home
last modified time | relevance | path

Searched defs:git_credential_ssh_custom (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dcredential.h74 struct git_credential_ssh_custom { struct
75 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 */
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dcredential.h107 typedef struct git_credential_ssh_custom git_credential_ssh_custom; typedef