Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwbcc/rust/src/
Dlib.rs56 enum BccCmd { enum
64 impl BccCmd { implementation
66 if resp != self as u32 | BccCmd::RespBit as u32 { in validate_response()
76 cmd: BccCmd,
219 fn recv_resp(session: &Handle, cmd: BccCmd, buf: &mut [u8]) -> Result<HwBccResponse, HwBccError> { in recv_resp() argument
280 let cmd = BccCmd::GetDiceArtifacts; in get_dice_artifacts()
311 let cmd = BccCmd::NsDeprivilege; in ns_deprivilege()
343 let cmd = BccCmd::GetBcc; in get_bcc()
390 let cmd = BccCmd::SignData; in sign_data()