Searched refs:krl (Results 1 – 25 of 75) sorted by relevance
123
/external/openssh/ |
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 void ssh_krl_set_sign_key(struct ssh_krl *krl, const struct sshkey *sign_key); 47 int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment); 48 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, 50 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, 52 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, 54 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key); 55 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key); 56 int ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key); [all …]
|
D | krl.c | 134 struct ssh_krl *krl; in ssh_krl_init() local 136 if ((krl = calloc(1, sizeof(*krl))) == NULL) in ssh_krl_init() 138 RB_INIT(&krl->revoked_keys); in ssh_krl_init() 139 RB_INIT(&krl->revoked_sha1s); in ssh_krl_init() 140 TAILQ_INIT(&krl->revoked_certs); in ssh_krl_init() 141 return krl; in ssh_krl_init() 163 ssh_krl_free(struct ssh_krl *krl) in ssh_krl_free() argument 168 if (krl == NULL) in ssh_krl_free() 171 free(krl->comment); in ssh_krl_free() 172 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_keys, trb) { in ssh_krl_free() [all …]
|
D | ssh-keygen.c | 1986 const struct sshkey *ca, struct ssh_krl *krl) in update_krl_from_file() argument 2058 if (ssh_krl_revoke_cert_by_serial_range(krl, in update_krl_from_file() 2070 if (ssh_krl_revoke_cert_by_key_id(krl, ca, cp) != 0) in update_krl_from_file() 2093 r = ssh_krl_revoke_key_explicit(krl, key); in update_krl_from_file() 2095 r = ssh_krl_revoke_key_sha1(krl, key); in update_krl_from_file() 2097 r = ssh_krl_revoke_key(krl, key); in update_krl_from_file() 2112 struct ssh_krl *krl; in do_gen_krl() local 2141 load_krl(identity_file, &krl); in do_gen_krl() 2142 else if ((krl = ssh_krl_init()) == NULL) in do_gen_krl() 2146 ssh_krl_set_version(krl, cert_serial); in do_gen_krl() [all …]
|
D | Android.mk | 54 krl.c \
|
D | PROTOCOL.krl | 169 $OpenBSD: PROTOCOL.krl,v 1.3 2015/01/30 01:10:33 djm Exp $
|
/external/icu/icu4c/source/data/lang/ |
D | se.txt | 68 krl{"gárjilgiella"}
|
D | or.txt | 221 krl{"କାରେଲିୟାନ୍"}
|
D | ks.txt | 225 krl{"کَریلِیَن"}
|
D | brx.txt | 223 krl{"करेलियन्"}
|
D | ka.txt | 201 krl{"კარელიური"}
|
D | bs_Cyrl.txt | 229 krl{"карелијски"}
|
D | he.txt | 273 krl{"קארלית"}
|
D | gu.txt | 269 krl{"કરેલિયન"}
|
D | bg.txt | 258 krl{"карелски"}
|
D | bn.txt | 260 krl{"কারেলিয়ান"}
|
D | kn.txt | 260 krl{"ಕರೇಲಿಯನ್"}
|
D | uk.txt | 264 krl{"карельська"}
|
D | sr.txt | 250 krl{"Карелијски"}
|
D | te.txt | 260 krl{"కరేలియన్"}
|
D | ar.txt | 271 krl{"الكاريلية"}
|
D | ml.txt | 272 krl{"കരീലിയൻ"}
|
D | mr.txt | 260 krl{"करेलियन"}
|
D | hi.txt | 260 krl{"करेलियन"}
|
D | ta.txt | 264 krl{"கரேலியன்"}
|
D | lo.txt | 260 krl{"ກາເຣລຽນ"}
|
123