Lines Matching defs:filename
56 sshkey_save_private_blob(struct sshbuf *keybuf, const char *filename) in sshkey_save_private_blob()
68 sshkey_save_private(struct sshkey *key, const char *filename, in sshkey_save_private()
90 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok()
118 sshkey_load_private_type(int type, const char *filename, const char *passphrase, in sshkey_load_private_type()
144 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private()
174 sshkey_load_pubkey_from_private(const char *filename, struct sshkey **pubkeyp) in sshkey_load_pubkey_from_private()
205 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public()
265 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
301 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert()
321 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, in sshkey_load_private_cert()
378 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file()