Searched refs:commentp (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dauthfile.c119 struct sshkey **keyp, char **commentp)
125 if (commentp != NULL)
126 *commentp = NULL;
135 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp);
145 struct sshkey **keyp, char **commentp)
148 keyp, commentp);
153 struct sshkey **keyp, char **commentp)
162 passphrase, keyp, commentp)) != 0)
206 char **commentp)
217 if (commentp !
118 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
144 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
152 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
205 sshkey_try_load_public(struct sshkey **kp, const char *filename, char **commentp) argument
265 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
[all...]
H A Dauthfile.h46 struct sshkey **keyp, char **commentp);
H A Dsshkey.h305 const char *passphrase, struct sshkey **keyp, char **commentp);
307 const char *passphrase, struct sshkey **keyp, char **commentp);
H A Dauthfd.c236 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
248 if (commentp != NULL) {
249 *commentp = comment;
H A Dsshkey.c3097 struct sshkey **keyp, char **commentp)
3106 if (commentp != NULL)
3107 *commentp = NULL;
3142 if (commentp != NULL) {
3143 *commentp = comment;
3567 const char *passphrase, struct sshkey **keyp, char **commentp)
3573 if (commentp != NULL)
3574 *commentp = NULL;
3580 keyp, commentp);
3583 commentp);
3096 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3566 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3597 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, struct sshkey **keyp, char **commentp) argument
[all...]
H A Dssh-keygen.c314 load_identity(const char *filename, char **commentp) argument
320 if (commentp != NULL)
321 *commentp = NULL;
322 if ((r = sshkey_load_private(filename, "", &prv, commentp)) == 0)
330 r = sshkey_load_private(filename, pass, &prv, commentp);

Completed in 120 milliseconds