Searched defs:krl (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/crypto/camellia/
H A Dcamellia.c442 uint32_t kll, klr, krl, krr; local
648 uint32_t kll,klr,krl,krr; /* left half of key */ local
[all...]
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_misc.c920 struct rlimit krl; local
/freebsd-10-stable/crypto/openssh/
H A Dkrl.c134 struct ssh_krl *krl; local
163 ssh_krl_free(struct ssh_krl *krl) argument
189 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) argument
195 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) argument
208 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, struct revoked_certs **rcp, int allow_create) argument
316 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t serial) argument
323 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi) argument
337 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, const char *key_id) argument
400 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key) argument
413 ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key) argument
427 ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key) argument
706 ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf, const struct sshkey **sign_keys, u_int nsign_keys) argument
806 parse_revoked_certs(struct sshbuf *buf, struct ssh_krl *krl) argument
925 struct ssh_krl *krl = NULL; local
1197 is_key_revoked(struct ssh_krl *krl, const struct sshkey *key) argument
1250 ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key) argument
1270 struct ssh_krl *krl = NULL; local
[all...]
H A Dssh-keygen.c2122 struct ssh_krl *krl; local
1995 update_krl_from_file(struct passwd *pw, const char *file, int wild_ca, const struct sshkey *ca, struct ssh_krl *krl) argument
2183 struct ssh_krl *krl; local
[all...]

Completed in 125 milliseconds