Home
last modified time | relevance | path

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

/external/openssh/
Dkrl.h49 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl,
Dkrl.c318 return ssh_krl_revoke_cert_by_serial_range(krl, ca_key, serial, serial); in ssh_krl_revoke_cert_by_serial()
322 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, in ssh_krl_revoke_cert_by_serial_range() function
850 if ((r = ssh_krl_revoke_cert_by_serial_range(krl, in parse_revoked_certs()
Dssh-keygen.c2074 if (ssh_krl_revoke_cert_by_serial_range(krl, in update_krl_from_file()