Home
last modified time | relevance | path

Searched refs:keybox_unwrap (Results 1 – 9 of 9) 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
63 keybox.keybox_unwrap(wrapped_keybox) in keybox_unwrap()
92 let result = keybox_unwrap(&wrapped_data); in unwrap_fake_keybox_data()
Dsecure_storage_manager.rs145 let unwrapped_key = keybox::keybox_unwrap(key_data)?; in set_wrapped_attestation_key()
/trusty/user/app/sample/hwcrypto/keybox/
Dkeybox.h26 enum keybox_status keybox_unwrap(const uint8_t* keybox_ciphertext,
Dkeybox_fake_provider.c39 enum keybox_status keybox_unwrap(const uint8_t* wrapped_keybox, in keybox_unwrap() function
Dsrv.c88 rsp.header.status = keybox_unwrap( in keybox_handle_unwrap()
/trusty/user/base/lib/keybox/client/include/lib/keybox/client/
Dkeybox.h42 int keybox_unwrap(const uint8_t* wrapped_keybox,
/trusty/user/base/lib/keybox/client/
Dclient.c37 int keybox_unwrap(const uint8_t* wrapped_keybox, in keybox_unwrap() function
/trusty/user/app/cast-auth/app/
Dcast_auth_impl.cc89 rc = keybox_unwrap(wrappedKey.data(), wrappedKey.size(), unwrapped, in ProvisionKey()
/trusty/user/app/keymaster/
Dtrusty_keymaster.cpp186 int rc = keybox_unwrap(request.key_data.begin(), in SetWrappedAttestationKey()