Home
last modified time | relevance | path

Searched defs:unwrapped_keybox (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymint/
Dffi_bindings.rs101 unwrapped_keybox: Vec<u8>, field
145 let unwrapped_keybox = try_to_vec(bytes).map_err(|e| { in deserialize() localVariable
/trusty/user/base/lib/keybox/client/
Dclient.c39 uint8_t* unwrapped_keybox, in keybox_unwrap()