Searched refs:ca_key (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | krl.c | 85 struct sshkey *ca_key; member 158 sshkey_free(rc->ca_key); in revoked_certs_free() 207 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key() argument 215 if ((ca_key == NULL && rc->ca_key == NULL) || in revoked_certs_for_ca_key() 216 sshkey_equal(rc->ca_key, ca_key)) { in revoked_certs_for_ca_key() 226 if (ca_key == NULL) in revoked_certs_for_ca_key() 227 rc->ca_key = NULL; in revoked_certs_for_ca_key() 228 else if ((r = sshkey_from_private(ca_key, &rc->ca_key)) != 0) { in revoked_certs_for_ca_key() 236 ca_key == NULL ? "*" : sshkey_type(ca_key))); in revoked_certs_for_ca_key() 315 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_serial() argument [all …]
|
D | 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);
|
D | PROTOCOL.krl | 47 string ca_key 50 Where "ca_key" is the standard SSH wire serialisation of the CA's 51 public key. Alternately, "ca_key" may be an empty string to indicate
|
D | ssh-keygen.0 | 24 ssh-keygen -s ca_key -I certificate_identity [-h] [-n principals] 313 -s ca_key 420 $ ssh-keygen -s /path/to/ca_key -I key_id /path/to/user_key.pub 425 $ ssh-keygen -s /path/to/ca_key -I key_id -h /path/to/host_key.pub 433 $ ssh-keygen -s ca_key.pub -D libpkcs11.so -I key_id user_key.pub 443 $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub 444 $ ssh-keygen -s ca_key -I key_id -h -n host.domain host_key.pub
|
/external/scapy/doc/notebooks/tls/ |
D | notebook1_x509.ipynb | 83 "keystr = open('raw_data/pki/ca_key.der', 'rb').read()\n", 225 "privkey = PrivKey('raw_data/pki/ca_key.der')"
|
/external/openssh/regress/unittests/sshkey/ |
D | test_sshkey.c | 55 const struct sshkey *sign_key, const struct sshkey *ca_key, in build_cert() argument 64 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0); in build_cert()
|