Searched refs:keybox_unwrap (Results 1 – 9 of 9) sorted by relevance
/trusty/user/app/keymint/ |
D | keybox.rs | 43 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()
|
D | secure_storage_manager.rs | 145 let unwrapped_key = keybox::keybox_unwrap(key_data)?; in set_wrapped_attestation_key()
|
/trusty/user/app/sample/hwcrypto/keybox/ |
D | keybox.h | 26 enum keybox_status keybox_unwrap(const uint8_t* keybox_ciphertext,
|
D | keybox_fake_provider.c | 39 enum keybox_status keybox_unwrap(const uint8_t* wrapped_keybox, in keybox_unwrap() function
|
D | srv.c | 88 rsp.header.status = keybox_unwrap( in keybox_handle_unwrap()
|
/trusty/user/base/lib/keybox/client/include/lib/keybox/client/ |
D | keybox.h | 42 int keybox_unwrap(const uint8_t* wrapped_keybox,
|
/trusty/user/base/lib/keybox/client/ |
D | client.c | 37 int keybox_unwrap(const uint8_t* wrapped_keybox, in keybox_unwrap() function
|
/trusty/user/app/cast-auth/app/ |
D | cast_auth_impl.cc | 89 rc = keybox_unwrap(wrappedKey.data(), wrappedKey.size(), unwrapped, in ProvisionKey()
|
/trusty/user/app/keymaster/ |
D | trusty_keymaster.cpp | 186 int rc = keybox_unwrap(request.key_data.begin(), in SetWrappedAttestationKey()
|