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

/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/testdata/
H A Dmktestdata.sh5 rm -f ca_key ca_key.pub
9 ssh-keygen -q -f ca_key -t ed25519 -C CA -N ''
16 ssh-keygen -q -s ca_key -I user -n user \
48 rm -f user_key ca_key user_key.pub ca_key.pub
/freebsd-13-stable/crypto/openssh/
H A Dkrl.h49 const struct sshkey *ca_key, u_int64_t serial);
51 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi);
53 const struct sshkey *ca_key, const char *key_id);
H A Dkrl.c85 struct sshkey *ca_key; member in struct:revoked_certs
160 sshkey_free(rc->ca_key);
214 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, argument
222 if ((ca_key == NULL && rc->ca_key == NULL) ||
223 sshkey_equal(rc->ca_key, ca_key)) {
233 if (ca_key == NULL)
234 rc->ca_key = NULL;
235 else if ((r = sshkey_from_private(ca_key,
322 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t serial) argument
329 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
343 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, const char *key_id) argument
856 struct sshkey *ca_key = NULL; local
[all...]
/freebsd-13-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c56 const struct sshkey *sign_key, const struct sshkey *ca_key,
65 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0);
55 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

Completed in 184 milliseconds