Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauthfile.c125 if (commentp != NULL) in sshkey_load_private_type()
126 *commentp = NULL; in sshkey_load_private_type()
148 keyp, commentp); in sshkey_load_private()
206 char **commentp) in sshkey_try_load_public() argument
215 if (commentp != NULL) in sshkey_try_load_public()
216 *commentp = NULL; in sshkey_try_load_public()
241 if (commentp) { in sshkey_try_load_public()
242 *commentp = strdup(*cp ? in sshkey_try_load_public()
244 if (*commentp == NULL) in sshkey_try_load_public()
270 if (commentp != NULL) in sshkey_load_public()
[all …]
H A Dauthfile.h46 struct sshkey **keyp, char **commentp);
H A Dsshkey.h270 const char *passphrase, struct sshkey **keyp, char **commentp);
272 const char *passphrase, struct sshkey **keyp, char **commentp);
H A Dauthfd.c237 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2() argument
249 if (commentp != NULL) { in deserialise_identity2()
250 *commentp = comment; in deserialise_identity2()
H A Dsshkey.c4294 if (commentp != NULL) in sshkey_parse_private2()
4295 *commentp = NULL; in sshkey_parse_private2()
4330 if (commentp != NULL) { in sshkey_parse_private2()
4331 *commentp = comment; in sshkey_parse_private2()
4714 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
4715 *commentp = NULL; in sshkey_parse_private_fileblob_type()
4722 keyp, commentp); in sshkey_parse_private_fileblob_type()
4725 commentp); in sshkey_parse_private_fileblob_type()
4744 if (commentp != NULL) in sshkey_parse_private_fileblob()
4745 *commentp = NULL; in sshkey_parse_private_fileblob()
[all …]
H A Dssh-keygen.c316 load_identity(const char *filename, char **commentp) in load_identity() argument
322 if (commentp != NULL) in load_identity()
323 *commentp = NULL; in load_identity()
324 if ((r = sshkey_load_private(filename, "", &prv, commentp)) == 0) in load_identity()
332 r = sshkey_load_private(filename, pass, &prv, commentp); in load_identity()