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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dkrl.c89 struct sshkey *ca_key; local
219 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, argument
327 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t serial) argument
334 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi) argument
348 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, const char *key_id) argument
882 struct sshkey *ca_key = NULL; local
[all...]

Completed in 182 milliseconds