Home
last modified time | relevance | path

Searched defs:ca_key (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dkrl.c84 struct sshkey *ca_key; member
214 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key()
318 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_serial()
326 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi) in ssh_krl_revoke_cert_by_serial_range()
339 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_key_id()
873 struct sshkey *ca_key = NULL; in parse_revoked_certs() local
/openbsd/regress/usr.bin/ssh/unittests/sshkey/
H A Dtest_sshkey.c48 struct sshkey *sign_key, struct sshkey *ca_key, in build_cert()