Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 16 of 16) sorted by relevance

/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.cpp181 signedOutput.resize(actualSignedMacKeySize); in BuildProtectedDataPayload()
182 bcc.resize(actualBccSize); in BuildProtectedDataPayload()
241 signedData.resize(actualSignedDataSize); in BuildCsr()
242 bcc.resize(actualBccSize); in BuildCsr()
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp124 fb_info_.resize(displayCount); in start()
125 secure_fb_handle_.resize(displayCount); in start()
126 layout_.resize(displayCount); in start()
/trusty/kernel/lib/shared/device_tree/service/
Ddevice_tree_service.cpp286 prop->value.resize(len); in get_prop()
328 prop->value.resize(len); in get_next_prop()
/trusty/user/base/lib/stats/
Dstats.cpp44 parcel->values.resize(atom_value_index + 1); \
/trusty/user/app/cast-auth/app/test-app/
Dmain.cc274 wrapped_keybox.resize(wrapped_keybox_len); in TEST_F()
/trusty/user/app/secretkeeper/
Dstore.rs95 buffer.resize(total_size, 0); in get()
/trusty/user/base/lib/apploader_package/
Dcose.cpp100 output.resize(numBytes); in getRandom()
177 signature.resize(len); in signEcDsaDigest()
226 ecdsaCoseSignature.resize(kEcdsaSignatureSize, 0); in ecdsaSignatureDerToCose()
709 encryptedData.resize(data.size() + kAesGcmTagSize); in encryptAesGcm()
/trusty/user/app/cast-auth/app/
Dcast_auth_impl.cc139 signature->resize(expected_size); in SignHash()
/trusty/user/app/keymint/
Dsecure_deletion_secret_manager.rs231 fn resize(&mut self, new_size: usize) -> Result<(), Error> { in resize() method
354 sdsf_file.resize(BLOCK_SIZE)?; in get_or_create_factory_reset_secret_impl()
515 if let Err(e) = sdsf_file.resize(new_size) { in new_secret()
Dsecure_storage_manager.rs319 buffer.resize(total_size, 0); in get_file_contents()
/trusty/user/base/lib/apploader_package/include/apploader/
Dcbor.h259 void resize(size_t count) { in resize() function
737 mBuffer.resize(capacity); in ensureCapacity()
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/
Dtidl.h162 void resize(uint32_t size) { mSize = size; } in resize() function
/trusty/user/app/sample/hwcryptohal/server/
Dservice_encryption_key.rs211 key.resize(SERVICE_KEK_LENGTH, 0); in get_encryption_key()
Dhwcrypto_device_key.rs233 derived_key.resize(key_size, 0); in derive_dice_policy_bound_key()
/trusty/user/app/storage/
Daidl_service.cpp356 out->resize( in read()
364 out->resize(out_len); in read()
/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp315 input.resize(signature_length); in verify_package()