Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c157 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1() argument
164 if (commentp != NULL) in sshkey_load_public_rsa1()
165 *commentp = NULL; in sshkey_load_public_rsa1()
171 if ((r = sshkey_parse_public_rsa1_fileblob(b, keyp, commentp)) != 0) in sshkey_load_public_rsa1()
212 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() argument
218 if (commentp != NULL) in sshkey_load_private_type()
219 *commentp = NULL; in sshkey_load_private_type()
235 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp); in sshkey_load_private_type()
243 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd() argument
256 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);
191 const char *passphrase, struct sshkey **keyp, char **commentp);
193 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.c3190 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3207 if (commentp != NULL) in sshkey_parse_private2()
3208 *commentp = NULL; in sshkey_parse_private2()
3381 if (commentp != NULL) { in sshkey_parse_private2()
3382 *commentp = comment; in sshkey_parse_private2()
3602 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() argument
3610 if (commentp != NULL) in sshkey_parse_public_rsa1_fileblob()
3611 *commentp = NULL; in sshkey_parse_public_rsa1_fileblob()
3642 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0) in sshkey_parse_public_rsa1_fileblob()
3660 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() argument
[all …]