Searched refs:sshkey_cert (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth.h51 struct sshkey_cert;
228 int auth_check_principals_line(char *, const struct sshkey_cert *,
231 const struct sshkey_cert *, struct sshauthopt **);
H A Dsshkey.h106 struct sshkey_cert { struct
146 struct sshkey_cert *cert;
239 size_t sshkey_format_cert_validity(const struct sshkey_cert *,
H A Dauth2-pubkeyfile.c157 match_principals_option(const char *principal_list, struct sshkey_cert *cert)
182 auth_check_principals_line(char *cp, const struct sshkey_cert *cert,
233 const struct sshkey_cert *cert, struct sshauthopt **authoptsp)
H A Dauth2-pubkey.c324 struct sshkey_cert *cert, struct sshauthopt **authoptsp)
353 const struct sshkey_cert *cert = key->cert;
H A Dsshkey.c541 cert_free(struct sshkey_cert *cert)
559 static struct sshkey_cert *
562 struct sshkey_cert *cert;
645 cert_compare(struct sshkey_cert *a, struct sshkey_cert *b)
1394 const struct sshkey_cert *from;
1395 struct sshkey_cert *to;
2369 sshkey_format_cert_validity(const struct sshkey_cert *cert, char *s, size_t l)

Completed in 163 milliseconds