Searched refs:FalconUCodeDesc (Results 1 – 1 of 1) sorted by relevance
23 FalconUCodeDesc,1005 pub(crate) fn header(&self) -> Result<FalconUCodeDesc> { in header() argument1022 Ok(FalconUCodeDesc::V2(v2)) in header()1028 Ok(FalconUCodeDesc::V3(v3)) in header()1038 pub(crate) fn ucode(&self, desc: &FalconUCodeDesc) -> Result<&[u8]> { in ucode()1059 pub(crate) fn sigs(&self, desc: &FalconUCodeDesc) -> Result<&[Bcrt30Rsa3kSignature]> { in sigs()1061 FalconUCodeDesc::V2(_v2) => core::mem::size_of::<FalconUCodeDescV2>(), in sigs()1062 FalconUCodeDesc::V3(_v3) => core::mem::size_of::<FalconUCodeDescV3>(), in sigs()