struct sshkey_impl_funcs

Defined at line 167 of file ../../third_party/openssh-portable/sshkey.h

Public Members

u_int (*)(const struct sshkey *) size
int (*)(struct sshkey *) alloc
void (*)(struct sshkey *) cleanup
int (*)(const struct sshkey *, const struct sshkey *) equal
int (*)(const struct sshkey *, struct sshbuf *, enum sshkey_serialize_rep) serialize_public
int (*)(const char *, struct sshbuf *, struct sshkey *) deserialize_public
int (*)(const struct sshkey *, struct sshbuf *, enum sshkey_serialize_rep) serialize_private
int (*)(const char *, struct sshbuf *, struct sshkey *) deserialize_private
int (*)(struct sshkey *, int) generate
int (*)(const struct sshkey *, struct sshkey *) copy_public
int (*)(struct sshkey *, u_char **, size_t *, const u_char *, size_t, const char *, const char *, const char *, u_int) sign
int (*)(const struct sshkey *, const u_char *, size_t, const u_char *, size_t, const char *, u_int, struct sshkey_sig_details **) verify