Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.h85 struct sshkey_cert { struct
108 struct sshkey_cert *cert; argument
144 size_t sshkey_format_cert_validity(const struct sshkey_cert *,
Dauth2-pubkey.c542 match_principals_option(const char *principal_list, struct sshkey_cert *cert) in match_principals_option()
563 const struct sshkey_cert *cert) in process_principals()
614 match_principals_file(char *file, struct passwd *pw, struct sshkey_cert *cert) in match_principals_file()
638 const struct sshkey_cert *cert = key->cert; in match_principals_command()
Dsshkey.c420 cert_free(struct sshkey_cert *cert) in cert_free()
438 static struct sshkey_cert *
441 struct sshkey_cert *cert; in cert_new()
639 cert_compare(struct sshkey_cert *a, struct sshkey_cert *b) in cert_compare()
1710 const struct sshkey_cert *from; in sshkey_cert_copy()
1711 struct sshkey_cert *to; in sshkey_cert_copy()
2545 sshkey_format_cert_validity(const struct sshkey_cert *cert, char *s, size_t l) in sshkey_format_cert_validity()
DChangeLog8094 sshkey_cert * and dereferencing key->cert in the caller.