Home
last modified time | relevance | path

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

/trusty/user/app/keymint/
Dffi_bindings.rs100 pub(crate) struct KeyboxUnwrapResp { struct
104 impl KeyboxUnwrapResp { impl
110 impl Deserialize for KeyboxUnwrapResp { implementation
Dkeybox.rs17 use crate::ffi_bindings::{KeyboxUnwrapReq, KeyboxUnwrapResp, KEYBOX_PORT, KEYBOX_RESP_HDR_SIZE};
51 let response: KeyboxUnwrapResp = self in keybox_unwrap()