Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dtrusty_keymaster.cpp180 std::unique_ptr<uint8_t[]> unwrapped_key( in SetWrappedAttestationKey() local
182 if (!unwrapped_key) { in SetWrappedAttestationKey()
187 request.key_data.buffer_size(), unwrapped_key.get(), in SetWrappedAttestationKey()
201 key_slot, unwrapped_key.get(), unwrapped_key_size); in SetWrappedAttestationKey()
/trusty/user/app/keymint/
Dsecure_storage_manager.rs145 let unwrapped_key = keybox::keybox_unwrap(key_data)?; in set_wrapped_attestation_key() localVariable
146 provision_attestation_key_file(algorithm, &unwrapped_key) in set_wrapped_attestation_key()