Searched refs:krl (Results 1 – 25 of 129) sorted by relevance
123456
/external/openssh/regress/ |
D | krl.sh | 15 rm -f $OBJ/revoked-* $OBJ/krl-* 90 $SSHKEYGEN $OPTS -kf $OBJ/krl-empty - </dev/null \ 92 $SSHKEYGEN $OPTS -kf $OBJ/krl-keys $RKEYS \ 94 $SSHKEYGEN $OPTS -kf $OBJ/krl-cert $RCERTS \ 96 $SSHKEYGEN $OPTS -kf $OBJ/krl-all $RKEYS $RCERTS \ 98 $SSHKEYGEN $OPTS -kf $OBJ/krl-ca $OBJ/revoked-ca.pub \ 101 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial $OBJ/revoked-serials \ 103 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid $OBJ/revoked-keyid \ 106 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial -s $OBJ/revoked-ca \ 108 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid -s $OBJ/revoked-ca.pub \ [all …]
|
D | Makefile | 73 krl \ 103 known_hosts-cert known_hosts.* krl-* ls.copy modpipe \
|
/external/openssh/ |
D | krl.c | 133 struct ssh_krl *krl; in ssh_krl_init() local 135 if ((krl = calloc(1, sizeof(*krl))) == NULL) in ssh_krl_init() 137 RB_INIT(&krl->revoked_keys); in ssh_krl_init() 138 RB_INIT(&krl->revoked_sha1s); in ssh_krl_init() 139 TAILQ_INIT(&krl->revoked_certs); in ssh_krl_init() 140 return krl; in ssh_krl_init() 162 ssh_krl_free(struct ssh_krl *krl) in ssh_krl_free() argument 167 if (krl == NULL) in ssh_krl_free() 170 free(krl->comment); in ssh_krl_free() 171 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_keys, trb) { in ssh_krl_free() [all …]
|
D | krl.h | 44 void ssh_krl_free(struct ssh_krl *krl); 45 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version); 46 int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment); 47 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, 49 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, 51 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, 53 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key); 54 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key); 55 int ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key); 56 int ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf, [all …]
|
D | ssh-keygen.c | 2002 const struct sshkey *ca, struct ssh_krl *krl) in update_krl_from_file() argument 2074 if (ssh_krl_revoke_cert_by_serial_range(krl, in update_krl_from_file() 2086 if (ssh_krl_revoke_cert_by_key_id(krl, ca, cp) != 0) in update_krl_from_file() 2109 r = ssh_krl_revoke_key_explicit(krl, key); in update_krl_from_file() 2111 r = ssh_krl_revoke_key_sha1(krl, key); in update_krl_from_file() 2113 r = ssh_krl_revoke_key(krl, key); in update_krl_from_file() 2128 struct ssh_krl *krl; in do_gen_krl() local 2157 load_krl(identity_file, &krl); in do_gen_krl() 2158 else if ((krl = ssh_krl_init()) == NULL) in do_gen_krl() 2162 ssh_krl_set_version(krl, cert_serial); in do_gen_krl() [all …]
|
D | Android.mk | 75 krl.c \
|
/external/icu/icu4c/source/data/lang/ |
D | se.txt | 62 krl{"gárjilgiella"}
|
D | az_Cyrl.txt | 180 krl{"карел"}
|
D | ckb.txt | 174 krl{"کارێلی"}
|
D | ce.txt | 187 krl{"карелийн"}
|
D | as.txt | 190 krl{"কেৰেলিয়ান"}
|
D | si.txt | 197 krl{"කැරෙලියන්"}
|
D | sd.txt | 189 krl{"ڪريلئين"}
|
D | chr.txt | 191 krl{"ᎧᎴᎵᎠᏂ"}
|
D | km.txt | 184 krl{"ការីលា"}
|
D | mn.txt | 193 krl{"карель"}
|
D | kk.txt | 194 krl{"карель тілі"}
|
D | kok.txt | 192 krl{"कारेलियन"}
|
D | ky.txt | 188 krl{"карелче"}
|
D | be.txt | 191 krl{"карэльская"}
|
D | hy.txt | 215 krl{"կարելերեն"}
|
D | brx.txt | 217 krl{"करेलियन्"}
|
D | ps.txt | 188 krl{"کاریلین"}
|
D | ks.txt | 219 krl{"کَریلِیَن"}
|
D | my.txt | 205 krl{"ကာရီလီယန်"}
|
123456