Searched defs:commentp (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dauthfile.c145 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) argument
151 if (commentp != NULL)
152 *commentp = NULL;
158 if ((r = sshkey_parse_public_rsa1_fileblob(b, keyp, commentp)) != 0)
199 struct sshkey **keyp, char **commentp, int *perm_ok)
204 if (commentp != NULL)
205 *commentp = NULL;
221 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp);
229 struct sshkey **keyp, char **commentp)
240 passphrase, keyp, commentp)) !
198 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp, int *perm_ok) argument
228 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
253 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
287 sshkey_try_load_public(struct sshkey *k, const char *filename, char **commentp) argument
335 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
[all...]
H A Dauthfd.c204 deserialise_identity1(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
228 if (commentp != NULL) {
229 *commentp = comment;
241 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
253 if (commentp != NULL) {
254 *commentp = comment;
H A Dkey.c342 key_load_public(const char *filename, char **commentp) argument
347 if ((r = sshkey_load_public(filename, &ret, commentp)) != 0) {
361 char **commentp)
366 if ((r = sshkey_load_private(path, passphrase, &ret, commentp)) != 0) {
402 char **commentp, int *perm_ok)
408 &ret, commentp, perm_ok)) != 0) {
360 key_load_private(const char *path, const char *passphrase, char **commentp) argument
401 key_load_private_type(int type, const char *filename, const char *passphrase, char **commentp, int *perm_ok) argument
H A Dsshkey.c3197 struct sshkey **keyp, char **commentp)
3215 if (commentp != NULL)
3216 *commentp = NULL;
3382 if (commentp != NULL) {
3383 *commentp = comment;
3607 struct sshkey **keyp, char **commentp)
3615 if (commentp != NULL)
3616 *commentp = NULL;
3647 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0)
3669 struct sshkey **keyp, char **commentp)
3196 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3606 sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob, struct sshkey **keyp, char **commentp) argument
3668 sshkey_parse_private_rsa1(struct sshbuf *blob, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3879 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3920 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, const char *filename, struct sshkey **keyp, char **commentp) argument
[all...]

Completed in 219 milliseconds