Home
last modified time | relevance | path

Searched refs:sshkey_cert (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dsshkey.h110 struct sshkey_cert { struct
150 struct sshkey_cert *cert;
204 size_t sshkey_format_cert_validity(const struct sshkey_cert *,
H A Dauth2-pubkey.c299 match_principals_option(const char *principal_list, struct sshkey_cert *cert) in match_principals_option()
324 check_principals_line(struct ssh *ssh, char *cp, const struct sshkey_cert *cert, in check_principals_line()
375 const struct sshkey_cert *cert, struct sshauthopt **authoptsp) in process_principals()
412 struct sshkey_cert *cert, struct sshauthopt **authoptsp) in match_principals_file()
441 const struct sshkey_cert *cert = key->cert; in match_principals_command()
H A Dsshkey.c505 cert_free(struct sshkey_cert *cert) in cert_free()
523 static struct sshkey_cert *
526 struct sshkey_cert *cert; in cert_new()
685 cert_compare(struct sshkey_cert *a, struct sshkey_cert *b) in cert_compare()
1768 const struct sshkey_cert *from; in sshkey_cert_copy()
1769 struct sshkey_cert *to; in sshkey_cert_copy()
3176 sshkey_format_cert_validity(const struct sshkey_cert *cert, char *s, size_t l) in sshkey_format_cert_validity()