Searched defs:commentp (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | authfile.c | 145 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1() 199 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() 229 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd() 254 struct sshkey **keyp, char **commentp) in sshkey_load_private() 287 sshkey_try_load_public(struct sshkey *k, const char *filename, char **commentp) in sshkey_try_load_public() 335 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 | 3197 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() 3607 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() 3669 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() 3880 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() 3921 const char *filename, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob()
|