OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ssh_krl
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
krl.h
41
struct
ssh_krl
;
43
struct
ssh_krl
*ssh_krl_init(void);
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)
[
all
...]
krl.c
93
struct
ssh_krl
{
struct
131
struct
ssh_krl
*
134
struct
ssh_krl
*krl;
163
ssh_krl_free(struct
ssh_krl
*krl)
189
ssh_krl_set_version(struct
ssh_krl
*krl, u_int64_t version)
195
ssh_krl_set_comment(struct
ssh_krl
*krl, const char *comment)
208
revoked_certs_for_ca_key(struct
ssh_krl
*krl, const struct sshkey *ca_key,
316
ssh_krl_revoke_cert_by_serial(struct
ssh_krl
*krl, const struct sshkey *ca_key,
323
ssh_krl_revoke_cert_by_serial_range(struct
ssh_krl
*krl,
337
ssh_krl_revoke_cert_by_key_id(struct
ssh_krl
*krl, const struct sshkey *ca_key
[
all
...]
ssh-keygen.c
[
all
...]
Completed in 77 milliseconds