Home
last modified time | relevance | path

Searched refs:ssh_krl_revoke_cert_by_serial_range (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dkrl.h52 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl,
H A Dkrl.c323 return ssh_krl_revoke_cert_by_serial_range(krl, ca_key, serial, serial); in ssh_krl_revoke_cert_by_serial()
327 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, in ssh_krl_revoke_cert_by_serial_range() function
911 if ((r = ssh_krl_revoke_cert_by_serial_range(krl, in parse_revoked_certs()
H A Dssh_namespace.h653 #define ssh_krl_revoke_cert_by_serial_range Fssh_ssh_krl_revoke_cert_by_serial_range macro
H A Dssh-keygen.c2388 if (ssh_krl_revoke_cert_by_serial_range(krl, in update_krl_from_file()