Searched refs:commentp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | authfile.c | 125 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 D | authfile.h | 46 struct sshkey **keyp, char **commentp);
|
| H A D | authfd.c | 236 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2() argument 248 if (commentp != NULL) { in deserialise_identity2() 249 *commentp = comment; in deserialise_identity2()
|
| H A D | sshkey.h | 266 const char *passphrase, struct sshkey **keyp, char **commentp); 268 const char *passphrase, struct sshkey **keyp, char **commentp);
|
| H A D | sshkey.c | 4267 if (commentp != NULL) in sshkey_parse_private2() 4268 *commentp = NULL; in sshkey_parse_private2() 4303 if (commentp != NULL) { in sshkey_parse_private2() 4304 *commentp = comment; in sshkey_parse_private2() 4687 if (commentp != NULL) in sshkey_parse_private_fileblob_type() 4688 *commentp = NULL; in sshkey_parse_private_fileblob_type() 4695 keyp, commentp); in sshkey_parse_private_fileblob_type() 4698 commentp); in sshkey_parse_private_fileblob_type() 4717 if (commentp != NULL) in sshkey_parse_private_fileblob() 4718 *commentp = NULL; in sshkey_parse_private_fileblob() [all …]
|
| H A D | ssh-keygen.c | 315 load_identity(const char *filename, char **commentp) in load_identity() argument 321 if (commentp != NULL) in load_identity() 322 *commentp = NULL; in load_identity() 323 if ((r = sshkey_load_private(filename, "", &prv, commentp)) == 0) in load_identity() 331 r = sshkey_load_private(filename, pass, &prv, commentp); in load_identity()
|