Searched refs:krl (Results 1 – 25 of 109) sorted by relevance
12345
/external/openssh/ |
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 | 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 | ssh-keygen.c | 1936 const struct sshkey *ca, struct ssh_krl *krl) in update_krl_from_file() argument 2008 if (ssh_krl_revoke_cert_by_serial_range(krl, in update_krl_from_file() 2020 if (ssh_krl_revoke_cert_by_key_id(krl, ca, cp) != 0) in update_krl_from_file() 2043 r = ssh_krl_revoke_key_explicit(krl, key); in update_krl_from_file() 2045 r = ssh_krl_revoke_key_sha1(krl, key); in update_krl_from_file() 2047 r = ssh_krl_revoke_key(krl, key); in update_krl_from_file() 2062 struct ssh_krl *krl; in do_gen_krl() local 2091 load_krl(identity_file, &krl); in do_gen_krl() 2092 else if ((krl = ssh_krl_init()) == NULL) in do_gen_krl() 2096 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 | 62 krl{"gárjilgiella"}
|
D | az_Cyrl.txt | 180 krl{"карел"}
|
D | be.txt | 203 krl{"карэльская"}
|
D | ky.txt | 187 krl{"карелче"}
|
D | si.txt | 197 krl{"කැරෙලියන්"}
|
D | mn.txt | 193 krl{"карель хэл"}
|
D | km.txt | 183 krl{"ការីលា"}
|
D | chr.txt | 190 krl{"ᎧᎴᎵᎠᏂ"}
|
D | kk.txt | 184 krl{"карель тілі"}
|
D | or.txt | 215 krl{"କାରେଲିୟାନ୍"}
|
D | pa.txt | 195 krl{"ਕਰੀਲੀਅਨ"}
|
D | ks.txt | 219 krl{"کَریلِیَن"}
|
D | hy.txt | 210 krl{"կարելերեն"}
|
D | my.txt | 205 krl{"ကာရီလီယန်"}
|
D | brx.txt | 217 krl{"करेलियन्"}
|
D | ur.txt | 208 krl{"کیرلین"}
|
D | bs_Cyrl.txt | 223 krl{"карелијски"}
|
D | am.txt | 258 krl{"ካረሊኛ"}
|
D | ka.txt | 237 krl{"კარელიური"}
|
D | hi.txt | 260 krl{"करेलियन"}
|
12345