Searched defs:sshkey (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dsshkey.h1 /* $OpenBSD: sshkey.h,v 1.5 2015/01/26 02:59:11 djm Exp $ */
97 struct sshkey *signature_key;
101 struct sshkey { struct
116 struct sshkey *sshkey_new(int);
117 int sshkey_add_private(struct sshkey *);
118 struct sshkey *sshkey_new_private(int);
119 void sshkey_free(struct sshkey *);
120 int sshkey_demote(const struct sshkey *, struct sshkey **);
121 int sshkey_equal_public(const struct sshkey *,
[all...]

Completed in 98 milliseconds