HomeSort by relevance Sort by last modified time
    Searched refs:ca_key (Results 1 - 3 of 3) sorted by null

  /external/openssh/
krl.h 48 const struct sshkey *ca_key, u_int64_t serial);
50 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi);
52 const struct sshkey *ca_key, const char *key_id);
krl.c 85 struct sshkey *ca_key; member in struct:revoked_certs
158 sshkey_free(rc->ca_key);
207 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key,
215 if ((ca_key == NULL && rc->ca_key == NULL) ||
216 sshkey_equal(rc->ca_key, ca_key)) {
226 if (ca_key == NULL)
227 rc->ca_key = NULL;
228 else if ((r = sshkey_from_private(ca_key, &rc->ca_key)) != 0)
815 struct sshkey *ca_key = NULL; local
    [all...]
  /external/openssh/regress/unittests/sshkey/
test_sshkey.c 55 const struct sshkey *sign_key, const struct sshkey *ca_key,
64 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0);

Completed in 65 milliseconds