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

/freebsd-10-stable/crypto/openssh/
H A Dauthfile.h47 struct sshkey **keyp, char **commentp);
H A Dauthfile.c145 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) argument
152 if (commentp != NULL)
153 *commentp = NULL;
159 if ((r = sshkey_parse_public_rsa1_fileblob(b, keyp, commentp)) != 0)
200 struct sshkey **keyp, char **commentp, int *perm_ok)
206 if (commentp != NULL)
207 *commentp = NULL;
223 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp);
231 struct sshkey **keyp, char **commentp)
244 passphrase, keyp, commentp)) !
199 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp, int *perm_ok) argument
230 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
256 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
290 sshkey_try_load_public(struct sshkey *k, const char *filename, char **commentp) argument
338 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
[all...]
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.h189 struct sshkey **keyp, char **commentp);
191 const char *passphrase, struct sshkey **keyp, char **commentp);
193 const char *passphrase, struct sshkey **keyp, char **commentp);
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 Dsshkey.c3176 struct sshkey **keyp, char **commentp)
3194 if (commentp != NULL)
3195 *commentp = NULL;
3368 if (commentp != NULL) {
3369 *commentp = comment;
3591 struct sshkey **keyp, char **commentp)
3599 if (commentp != NULL)
3600 *commentp = NULL;
3631 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0)
3649 struct sshkey **keyp, char **commentp)
3175 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3590 sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob, struct sshkey **keyp, char **commentp) argument
3648 sshkey_parse_private_rsa1(struct sshbuf *blob, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3860 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3900 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, struct sshkey **keyp, char **commentp) argument
[all...]

Completed in 188 milliseconds