Searched refs:child_revoke_key (Results 1 – 4 of 4) sorted by relevance
/dports/net/krill/krill-0.9.4/src/daemon/ca/ |
H A D | certauth.rs | 438 CmdDet::ChildRevokeKey(child, request) => self.child_revoke_key(child, request), in process_command() 963 …fn child_revoke_key(&self, child_handle: ChildHandle, request: RevocationRequest) -> KrillResult<V… in child_revoke_key() method 984 let rev = CaEvtDet::child_revoke_key(handle, version, child_handle, rcn.clone(), key); in child_revoke_key()
|
H A D | commands.rs | 386 pub fn child_revoke_key( in child_revoke_key() method
|
H A D | events.rs | 789 pub(super) fn child_revoke_key( in child_revoke_key() method
|
H A D | manager.rs | 739 let cmd = CmdDet::child_revoke_key(ca_handle, child, revoke_request, actor); in revoke()
|