Searched refs:commentp (Results 1 – 5 of 5) sorted by relevance
176 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 …]
47 struct sshkey **keyp, char **commentp);
203 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2() argument215 if (commentp != NULL) { in deserialise_identity2()216 *commentp = comment; in deserialise_identity2()
215 const char *passphrase, struct sshkey **keyp, char **commentp);217 const char *passphrase, struct sshkey **keyp, char **commentp);
3519 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 …]