Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-m-3.4.0/bl1/bl1_2/scripts/
Dcreate_bl2_img.py62 def sign_binary_blob(blob): argument
65 sig = priv_key.sign(blob)[4:]
70 def hash_binary_blob(blob): argument
72 hash.update(blob)
75 def encrypt_binary_blob(blob, counter_val, encrypt_key): argument
77 return cipher.encryptor().update(blob)
/trusted-firmware-m-3.4.0/bl1/bl1_1/scripts/
Dcreate_bl1_2_img.py16 def hash_binary_blob(blob): argument
18 hash.update(blob)
/trusted-firmware-m-3.4.0/docs/integration_guide/platform/
Dplatform_ext_folder.rst203 and handled together as one binary blob):
269 to a single binary blob. It requires the following definitions:
271 - ``SECURE_IMAGE_OFFSET`` - Defines the offset from the single binary blob base
274 - ``NON_SECURE_IMAGE_OFFSET`` - Defines the offset from the single binary blob
/trusted-firmware-m-3.4.0/docs/releases/
D1.6.0.rst95 .. [1] `PSA Unified Driver spec <https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed…
D1.1.rst87 …analysis of the failures : https://github.com/ARM-software/psa-arch-tests/blob/master/api-tests/do…
D1.0.rst105 …analysis of the failures : https://github.com/ARM-software/psa-arch-tests/blob/master/api-tests/do…
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dtfm_secure_boot.rst64 handled as a single blob, therefore they must be contiguous in the device
82 - 0x0008_0000 - 0x000F_FFFF: Primary slot : Single binary blob:
563 IMAGE1FILE: \Software\tfm_sig1.bin ; TF-M default test binary blob
565 IMAGE2FILE: \Software\tfm_sig2.bin ; TF-M regression test binary blob
600 IMAGE1FILE: \Software\tfm_sign.bin ; TF-M default test binary blob
606 Note that both the concatenated binary blob (the images are signed separately
706 IMAGE1FILE: \Software\tfm_sign.bin ; TF-M default test binary blob
708 IMAGE2FILE: \Software\tfm_sig1.bin ; TF-M regression test binary blob
755 IMAGE1FILE: \SOFTWARE\tfm_sig0.bin ;TF-M example application binary blob
758 IMAGE2FILE: \SOFTWARE\tfm_sig1.bin ;TF-M regression test binary blob
Dtfm_physical_attack_mitigation.rst197 - Device might contain unsigned binary blob next to the official firmware.
628 .. [2] `MCUboot project <https://github.com/mcu-tools/mcuboot/blob/master/boot/bootutil/include/boo…
/trusted-firmware-m-3.4.0/docs/integration_guide/
Dtfm_fpu_support.rst125 .. [5] `Arm® Platform Security Architecture Firmware Framework 1.0 <https://armkeil.blob.core.windo…
/trusted-firmware-m-3.4.0/docs/platform/arm/corstone1000/
Dreadme.rst118 …s://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/blob/CORSTONE1000-2022.0…
/trusted-firmware-m-3.4.0/docs/building/
Drun_tfm_examples_on_arm_platforms.rst70 BL2 bootloader is mandatory to test software update. Furthermore two TF-M blob
110 IMAGE1FILE: \Software\tfm_s_ns_signed.bin ; TF-M example application binary blob
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/
Dpsa_driver_api_design.rst12 …`PSA Cryptoprocessor Driver Interface <https://github.com/ARMmbed/mbedtls/blob/development/docs/pr…
/trusted-firmware-m-3.4.0/docs/configuration/profiles/
Dtfm_profile_small.rst262 single blob and signed together during image generation.