Searched defs:cert (Results 1 – 7 of 7) sorted by relevance
/openssh-portable/ |
H A D | auth2-pubkey.c | 299 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() local
|
H A D | ssh-add.c | 165 struct sshkey *public, *cert = NULL; in delete_file() local 236 struct sshkey *private, *cert; in add_file() local
|
H A D | sshkey.h | 150 struct sshkey_cert *cert; member
|
H A D | sshkey.c | 103 int cert; member 505 cert_free(struct sshkey_cert *cert) in cert_free() 526 struct sshkey_cert *cert; in cert_new() local 2898 struct sshbuf *cert = NULL; in sshkey_certify_custom() local 3166 sshkey_format_cert_validity(const struct sshkey_cert *cert, char *s, size_t l) in sshkey_format_cert_validity()
|
H A D | sshsig.c | 874 char **principalsp, const struct sshkey *cert) in cert_filter_principals()
|
/openssh-portable/regress/unittests/authopt/ |
H A D | tests.c | 289 struct sshkey *cert; in test_cert_parse() local 376 struct sshkey *cert; in test_merge() local
|
/openssh-portable/regress/misc/fuzz-harness/ |
H A D | agent_fuzz_helper.c | 63 struct sshkey *cert; in add_key() local
|
Completed in 14 milliseconds