Home
last modified time | relevance | path

Searched defs:commentp (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dauthfile.c114 sshkey_load_private_type(int type,const char * filename,const char * passphrase,struct sshkey ** keyp,char ** commentp) sshkey_load_private_type() argument
140 sshkey_load_private(const char * filename,const char * passphrase,struct sshkey ** keyp,char ** commentp) sshkey_load_private() argument
148 sshkey_load_private_type_fd(int fd,int type,const char * passphrase,struct sshkey ** keyp,char ** commentp) sshkey_load_private_type_fd() argument
201 sshkey_try_load_public(struct sshkey ** kp,const char * filename,char ** commentp) sshkey_try_load_public() argument
260 sshkey_load_public(const char * filename,struct sshkey ** keyp,char ** commentp) sshkey_load_public() argument
[all...]
H A Dauthfd.c235 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2()
H A Dsshkey.c3064 sshkey_parse_private2(struct sshbuf * blob,int type,const char * passphrase,struct sshkey ** keyp,char ** commentp) sshkey_parse_private2() argument
3508 sshkey_parse_private_fileblob_type(struct sshbuf * blob,int type,const char * passphrase,struct sshkey ** keyp,char ** commentp) sshkey_parse_private_fileblob_type() argument
3539 sshkey_parse_private_fileblob(struct sshbuf * buffer,const char * passphrase,struct sshkey ** keyp,char ** commentp) sshkey_parse_private_fileblob() argument
[all...]
H A Dssh-keygen.c301 load_identity(const char *filename, char **commentp) in load_identity() argument
/openbsd-src/usr.bin/mg/
H A Dcmode.c436 int commentp = FALSE; in findnonblank() local