HomeSort by: relevance | last modified time | path
    Searched defs:sshkey (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshkey.h 1 /* $NetBSD: sshkey.h,v 1.26 2026/04/08 18:58:41 christos Exp $ */
2 /* $OpenBSD: sshkey.h,v 1.73 2026/03/03 09:57:26 dtucker Exp $ */
108 struct sshkey *signature_key;
113 struct sshkey { struct
147 u_int (*size)(const struct sshkey *); /* optional */
148 int (*alloc)(struct sshkey *); /* optional */
149 void (*cleanup)(struct sshkey *); /* optional */
150 int (*equal)(const struct sshkey *, const struct sshkey *);
151 int (*serialize_public)(const struct sshkey *, struct sshbuf *
    [all...]
sshkey.h 1 /* $NetBSD: sshkey.h,v 1.26 2026/04/08 18:58:41 christos Exp $ */
2 /* $OpenBSD: sshkey.h,v 1.73 2026/03/03 09:57:26 dtucker Exp $ */
108 struct sshkey *signature_key;
113 struct sshkey { struct
147 u_int (*size)(const struct sshkey *); /* optional */
148 int (*alloc)(struct sshkey *); /* optional */
149 void (*cleanup)(struct sshkey *); /* optional */
150 int (*equal)(const struct sshkey *, const struct sshkey *);
151 int (*serialize_public)(const struct sshkey *, struct sshbuf *
    [all...]

Completed in 28 milliseconds