Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c145 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1() argument
151 if (commentp != NULL) in sshkey_load_public_rsa1()
152 *commentp = NULL; in sshkey_load_public_rsa1()
158 if ((r = sshkey_parse_public_rsa1_fileblob(b, keyp, commentp)) != 0) in sshkey_load_public_rsa1()
199 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() argument
204 if (commentp != NULL) in sshkey_load_private_type()
205 *commentp = NULL; in sshkey_load_private_type()
221 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp); in sshkey_load_private_type()
229 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd() argument
240 passphrase, keyp, commentp)) != 0) in sshkey_load_private_type_fd()
[all …]
Dkey.c342 key_load_public(const char *filename, char **commentp) in key_load_public() argument
347 if ((r = sshkey_load_public(filename, &ret, commentp)) != 0) { in key_load_public()
361 char **commentp) in key_load_private() argument
366 if ((r = sshkey_load_private(path, passphrase, &ret, commentp)) != 0) { in key_load_private()
402 char **commentp, int *perm_ok) in key_load_private_type() argument
408 &ret, commentp, perm_ok)) != 0) { in key_load_private_type()
Dsshkey.h189 struct sshkey **keyp, char **commentp);
192 char **commentp);
194 const char *passphrase, struct sshkey **keyp, char **commentp);
Dauthfd.c204 deserialise_identity1(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity1() argument
228 if (commentp != NULL) { in deserialise_identity1()
229 *commentp = comment; in deserialise_identity1()
241 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2() argument
253 if (commentp != NULL) { in deserialise_identity2()
254 *commentp = comment; in deserialise_identity2()
Dauthfile.h47 struct sshkey **keyp, char **commentp);
Dsshkey.c3197 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3215 if (commentp != NULL) in sshkey_parse_private2()
3216 *commentp = NULL; in sshkey_parse_private2()
3382 if (commentp != NULL) { in sshkey_parse_private2()
3383 *commentp = comment; in sshkey_parse_private2()
3607 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() argument
3615 if (commentp != NULL) in sshkey_parse_public_rsa1_fileblob()
3616 *commentp = NULL; in sshkey_parse_public_rsa1_fileblob()
3647 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0) in sshkey_parse_public_rsa1_fileblob()
3669 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() argument
[all …]