Searched refs:ca_key (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | krl.c | 86 struct sshkey *ca_key; member 159 sshkey_free(rc->ca_key); in revoked_certs_free() 208 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key() argument 216 if ((ca_key == NULL && rc->ca_key == NULL) || in revoked_certs_for_ca_key() 217 sshkey_equal(rc->ca_key, ca_key)) { in revoked_certs_for_ca_key() 227 if (ca_key == NULL) in revoked_certs_for_ca_key() 228 rc->ca_key = NULL; in revoked_certs_for_ca_key() 229 else if ((r = sshkey_from_private(ca_key, &rc->ca_key)) != 0) { in revoked_certs_for_ca_key() 237 ca_key == NULL ? "*" : sshkey_type(ca_key))); in revoked_certs_for_ca_key() 316 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 | 49 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);
|
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] 309 -s ca_key 416 $ ssh-keygen -s /path/to/ca_key -I key_id /path/to/user_key.pub 421 $ ssh-keygen -s /path/to/ca_key -I key_id -h /path/to/host_key.pub 429 $ ssh-keygen -s ca_key.pub -D libpkcs11.so -I key_id user_key.pub 439 $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub 440 $ ssh-keygen -s ca_key -I key_id -h -n host.domain host_key.pub
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | certutils.py | 248 ca_key = load_privatekey(root_ca_cert_str) 256 cert.set_pubkey(ca_key) 258 cert.sign(ca_key, 'sha256')
|