Searched defs:commentp (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | authfile.c | 157 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1() 212 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() 243 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd() 269 struct sshkey **keyp, char **commentp) in sshkey_load_private() 302 sshkey_try_load_public(struct sshkey *k, const char *filename, char **commentp) in sshkey_try_load_public() 350 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
|
D | key.c | 342 key_load_public(const char *filename, char **commentp) in key_load_public() 361 char **commentp) in key_load_private() 402 char **commentp, int *perm_ok) in key_load_private_type()
|
D | authfd.c | 204 deserialise_identity1(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity1() 241 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2()
|
D | sshkey.c | 3190 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() 3602 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() 3660 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() 3913 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() 3957 struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob()
|