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

/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c54 build_cert(struct sshbuf *b, const struct sshkey *k, const char *type, const struct sshkey *sign_key, const struct sshkey *ca_key, const char *sig_alg) argument
/freebsd-10-stable/crypto/openssh/
H A Dkrl.c86 struct sshkey *ca_key; member in struct:revoked_certs
208 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, argument
316 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t serial) argument
323 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
337 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, const char *key_id) argument
816 struct sshkey *ca_key = NULL; local
[all...]

Completed in 166 milliseconds