Searched defs:sshkey_impl_funcs (Results 1 – 1 of 1) sorted by relevance
155 struct sshkey_impl_funcs { struct156 u_int (*size)(const struct sshkey *); /* optional */157 int (*alloc)(struct sshkey *); /* optional */158 void (*cleanup)(struct sshkey *); /* optional */159 int (*equal)(const struct sshkey *, const struct sshkey *);160 int (*serialize_public)(const struct sshkey *, struct sshbuf *,162 int (*deserialize_public)(const char *, struct sshbuf *,187 const struct sshkey_impl_funcs *funcs; argument