Home
last modified time | relevance | path

Searched defs:sshkey_impl_funcs (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dsshkey.h167 struct sshkey_impl_funcs { struct
168 u_int (*size)(const struct sshkey *); /* optional */
169 int (*alloc)(struct sshkey *); /* optional */
170 void (*cleanup)(struct sshkey *); /* optional */
171 int (*equal)(const struct sshkey *, const struct sshkey *);
172 int (*serialize_public)(const struct sshkey *, struct sshbuf *,
174 int (*deserialize_public)(const char *, struct sshbuf *,
199 const struct sshkey_impl_funcs *funcs; argument