Searched refs:blob (Results 1 – 13 of 13) sorted by relevance
62 def sign_binary_blob(blob): argument65 sig = priv_key.sign(blob)[4:]70 def hash_binary_blob(blob): argument72 hash.update(blob)75 def encrypt_binary_blob(blob, counter_val, encrypt_key): argument77 return cipher.encryptor().update(blob)
16 def hash_binary_blob(blob): argument18 hash.update(blob)
203 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 base274 - ``NON_SECURE_IMAGE_OFFSET`` - Defines the offset from the single binary blob
95 .. [1] `PSA Unified Driver spec <https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed…
87 …analysis of the failures : https://github.com/ARM-software/psa-arch-tests/blob/master/api-tests/do…
105 …analysis of the failures : https://github.com/ARM-software/psa-arch-tests/blob/master/api-tests/do…
64 handled as a single blob, therefore they must be contiguous in the device82 - 0x0008_0000 - 0x000F_FFFF: Primary slot : Single binary blob:563 IMAGE1FILE: \Software\tfm_sig1.bin ; TF-M default test binary blob565 IMAGE2FILE: \Software\tfm_sig2.bin ; TF-M regression test binary blob600 IMAGE1FILE: \Software\tfm_sign.bin ; TF-M default test binary blob606 Note that both the concatenated binary blob (the images are signed separately706 IMAGE1FILE: \Software\tfm_sign.bin ; TF-M default test binary blob708 IMAGE2FILE: \Software\tfm_sig1.bin ; TF-M regression test binary blob755 IMAGE1FILE: \SOFTWARE\tfm_sig0.bin ;TF-M example application binary blob758 IMAGE2FILE: \SOFTWARE\tfm_sig1.bin ;TF-M regression test binary blob
197 - 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…
125 .. [5] `Arm® Platform Security Architecture Firmware Framework 1.0 <https://armkeil.blob.core.windo…
118 …s://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/blob/CORSTONE1000-2022.0…
70 BL2 bootloader is mandatory to test software update. Furthermore two TF-M blob110 IMAGE1FILE: \Software\tfm_s_ns_signed.bin ; TF-M example application binary blob
12 …`PSA Cryptoprocessor Driver Interface <https://github.com/ARMmbed/mbedtls/blob/development/docs/pr…
262 single blob and signed together during image generation.