Searched defs:sshkey_impl_funcs (Results 1 – 1 of 1) sorted by relevance
170 struct sshkey_impl_funcs { struct171 u_int (*size)(const struct sshkey *); /* optional */172 int (*alloc)(struct sshkey *); /* optional */173 void (*cleanup)(struct sshkey *); /* optional */174 int (*equal)(const struct sshkey *, const struct sshkey *);175 int (*serialize_public)(const struct sshkey *, struct sshbuf *,177 int (*deserialize_public)(const char *, struct sshbuf *,202 const struct sshkey_impl_funcs *funcs; argument