Lines Matching defs:sshkey_cert
110 struct sshkey_cert { struct
111 struct sshbuf *certblob; /* Kept around for use on wire */
112 u_int type; /* SSH2_CERT_TYPE_USER or SSH2_CERT_TYPE_HOST */
113 u_int64_t serial;
114 char *key_id;
115 u_int nprincipals;
116 char **principals;
117 u_int64_t valid_after, valid_before;
118 struct sshbuf *critical;
119 struct sshbuf *extensions;
120 struct sshkey *signature_key;
121 char *signature_type;