Home
last modified time | relevance | path

Searched defs:keybox_unwrap (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/keymint/
Dkeybox.rs43 pub(crate) fn keybox_unwrap(&self, wrapped_keybox: &[u8]) -> Result<Vec<u8>, Error> { in keybox_unwrap() method
59 pub(crate) fn keybox_unwrap(wrapped_keybox: &[u8]) -> Result<Vec<u8>, Error> { in keybox_unwrap() function
/trusty/user/app/sample/hwcrypto/keybox/
Dkeybox_fake_provider.c39 enum keybox_status keybox_unwrap(const uint8_t* wrapped_keybox, in keybox_unwrap() function
/trusty/user/base/lib/keybox/client/
Dclient.c37 int keybox_unwrap(const uint8_t* wrapped_keybox, in keybox_unwrap() function