Lines Matching refs:sshkey
76 sshkey_save_private(struct sshkey *key, const char *filename, in sshkey_save_private()
145 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1()
199 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type()
229 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd()
254 struct sshkey **keyp, char **commentp) in sshkey_load_private()
287 sshkey_try_load_public(struct sshkey *k, const char *filename, char **commentp) in sshkey_try_load_public()
335 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
337 struct sshkey *pub = NULL; in sshkey_load_public()
405 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert()
407 struct sshkey *pub = NULL; in sshkey_load_cert()
437 struct sshkey **keyp, int *perm_ok) in sshkey_load_private_cert()
439 struct sshkey *key = NULL, *cert = NULL; in sshkey_load_private_cert()
491 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file()
499 struct sshkey *pub = NULL; in sshkey_in_file()
500 int (*sshkey_compare)(const struct sshkey *, const struct sshkey *) = in sshkey_in_file()
553 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked()