Lines Matching defs:filename
54 sshkey_save_private_blob(struct sshbuf *keybuf, const char *filename) in sshkey_save_private_blob()
66 sshkey_save_private(struct sshkey *key, const char *filename, in sshkey_save_private()
88 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok()
116 sshkey_load_private_type(int type, const char *filename, const char *passphrase, in sshkey_load_private_type()
142 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private()
172 sshkey_load_pubkey_from_private(const char *filename, struct sshkey **pubkeyp) in sshkey_load_pubkey_from_private()
203 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public()
263 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
299 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert()
319 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, in sshkey_load_private_cert()
376 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file()