Searched refs:krl (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.h17 /* $OpenBSD: krl.h,v 1.2 2013/01/18 00:24:58 djm Exp $ */
42 void ssh_krl_free(struct ssh_krl *krl);
43 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
44 void ssh_krl_set_sign_key(struct ssh_krl *krl, const Key *sign_key);
45 void ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
46 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const Key *ca_key,
48 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const Key *ca_key,
50 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const Key *ca_key,
52 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const Key *key);
53 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, cons
[all...]
H A Dkrl.c17 /* $OpenBSD: krl.c,v 1.10 2013/02/19 02:12:47 dtucker Exp $ */
40 #include "krl.h"
132 struct ssh_krl *krl; local
134 if ((krl = calloc(1, sizeof(*krl))) == NULL)
136 RB_INIT(&krl->revoked_keys);
137 RB_INIT(&krl->revoked_sha1s);
138 TAILQ_INIT(&krl->revoked_certs);
139 return krl;
162 ssh_krl_free(struct ssh_krl *krl) argument
188 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) argument
194 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) argument
206 revoked_certs_for_ca_key(struct ssh_krl *krl, const Key *ca_key, struct revoked_certs **rcp, int allow_create) argument
308 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const Key *ca_key, u_int64_t serial) argument
315 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const Key *ca_key, u_int64_t lo, u_int64_t hi) argument
328 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const Key *ca_key, const char *key_id) argument
391 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const Key *key) argument
403 ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const Key *key) argument
415 ssh_krl_revoke_key(struct ssh_krl *krl, const Key *key) argument
658 ssh_krl_to_blob(struct ssh_krl *krl, Buffer *buf, const Key **sign_keys, u_int nsign_keys) argument
749 parse_revoked_certs(Buffer *buf, struct ssh_krl *krl) argument
882 struct ssh_krl *krl; local
1102 is_key_revoked(struct ssh_krl *krl, const Key *key) argument
1172 ssh_krl_check_key(struct ssh_krl *krl, const Key *key) argument
1193 struct ssh_krl *krl; local
[all...]
H A Dssh-keygen.c60 #include "krl.h"
1932 struct ssh_krl *krl)
2004 if (ssh_krl_revoke_cert_by_serial_range(krl,
2016 if (ssh_krl_revoke_cert_by_key_id(krl, ca, cp) != 0)
2038 r = ssh_krl_revoke_key_explicit(krl, key);
2040 r = ssh_krl_revoke_key_sha1(krl, key);
2042 r = ssh_krl_revoke_key(krl, key);
2055 struct ssh_krl *krl; local
2079 load_krl(identity_file, &krl);
2080 else if ((krl
1931 update_krl_from_file(struct passwd *pw, const char *file, const Key *ca, struct ssh_krl *krl) argument
2109 struct ssh_krl *krl; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dkrl.sh1 # $OpenBSD: krl.sh,v 1.1 2013/01/18 00:45:29 djm Exp $
15 rm -f $OBJ/revoked-* $OBJ/krl-*
87 $SSHKEYGEN $OPTS -kf $OBJ/krl-empty - </dev/null \
89 $SSHKEYGEN $OPTS -kf $OBJ/krl-keys $REVOKED_KEYS \
91 $SSHKEYGEN $OPTS -kf $OBJ/krl-cert $REVOKED_CERTS \
93 $SSHKEYGEN $OPTS -kf $OBJ/krl-all $REVOKED_KEYS $REVOKED_CERTS \
95 $SSHKEYGEN $OPTS -kf $OBJ/krl-ca $OBJ/revoked-ca.pub \
98 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial $OBJ/revoked-serials \
100 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid $OBJ/revoked-keyid \
102 $SSHKEYGEN $OPTS -kf $OBJ/krl
[all...]
H A DMakefile68 krl
89 sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-*
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dcamellia-ntt.c143 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
155 t3 = krl; \
457 u32 kll, klr, krl, krr; local
464 * k == kll || klr || krl || krr (|| is concatination)
468 krl = GETU32(key + 8);
474 subl(1) = krl; subr(1) = krr;
475 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
477 subl(5) = krl; subr(5) = krr;
478 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
480 subl(11) = krl; sub
668 u32 kll,klr,krl,krr; /* left half of key */ local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcamellia.c159 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
172 t3 = krl; \
481 u32 kll, klr, krl, krr; local
488 * k == kll || klr || krl || krr (|| is concatination)
492 krl = GETU32(key + 8);
500 subl(1) = krl; subr(1) = krr;
502 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
506 subl(5) = krl; subr(5) = krr;
508 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
512 subl(11) = krl; sub
784 u32 kll,klr,krl,krr; /* left half of key */ local
[all...]

Completed in 94 milliseconds