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()
115 sshkey_load_private_type(int type, const char *filename, const char *passphrase, in sshkey_load_private_type()
141 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private()
171 sshkey_load_pubkey_from_private(const char *filename, struct sshkey **pubkeyp) in sshkey_load_pubkey_from_private()
202 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public()
262 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
298 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert()
318 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, in sshkey_load_private_cert()
375 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file()