Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauthfile.c176 if (commentp != NULL) in sshkey_load_private_type()
177 *commentp = NULL; in sshkey_load_private_type()
236 if (commentp != NULL) in sshkey_load_private()
237 *commentp = NULL; in sshkey_load_private()
252 commentp)) != 0) in sshkey_load_private()
272 if (commentp != NULL) in sshkey_try_load_public()
273 *commentp = NULL; in sshkey_try_load_public()
294 if (commentp) { in sshkey_try_load_public()
297 if (*commentp == NULL) in sshkey_try_load_public()
321 if (commentp != NULL) in sshkey_load_public()
[all …]
H A Dauthfile.h47 struct sshkey **keyp, char **commentp);
H A Dauthfd.c203 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2() argument
215 if (commentp != NULL) { in deserialise_identity2()
216 *commentp = comment; in deserialise_identity2()
H A Dsshkey.h215 const char *passphrase, struct sshkey **keyp, char **commentp);
217 const char *passphrase, struct sshkey **keyp, char **commentp);
H A Dsshkey.c3519 if (commentp != NULL) in sshkey_parse_private2()
3520 *commentp = NULL; in sshkey_parse_private2()
3693 if (commentp != NULL) { in sshkey_parse_private2()
3694 *commentp = comment; in sshkey_parse_private2()
3967 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
3968 *commentp = NULL; in sshkey_parse_private_fileblob_type()
3983 keyp, commentp); in sshkey_parse_private_fileblob_type()
3986 commentp); in sshkey_parse_private_fileblob_type()
4007 if (commentp != NULL) in sshkey_parse_private_fileblob()
4008 *commentp = NULL; in sshkey_parse_private_fileblob()
[all …]