/trusted-firmware-m-3.4.0/secure_fw/partitions/lib/runtime/ |
D | tfm_sp_log_raw.c | 52 int32_t num, uint8_t sign) in _tfm_dec_num_output() argument 59 if (sign == 'd' && num < 0) { in _tfm_dec_num_output()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/ |
D | reg_config_override.cmake | 9 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each separately" FO…
|
D | config.cmake | 18 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each separately")
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/ |
D | config.cmake | 10 … 1 CACHE STRING "Whether to combine S and NS into either 1 image, or sign each separately")
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/ |
D | config.cmake | 10 … 1 CACHE STRING "Whether to combine S and NS into either 1 image, or sign each separately")
|
/trusted-firmware-m-3.4.0/bl2/ext/mcuboot/ |
D | mcuboot_default_config.cmake | 18 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each seperately") 50 …E}-${MCUBOOT_SIGNATURE_KEY_LEN}.pem" CACHE FILEPATH "Path to key with which to sign secure binary") 51 …CUBOOT_SIGNATURE_KEY_LEN}_1.pem" CACHE FILEPATH "Path to key with which to sign non-secure binary")
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an524/ |
D | config.cmake | 10 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each separately")
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/nucleo_l552ze_q/ |
D | config.cmake | 13 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each seperately")
|
/trusted-firmware-m-3.4.0/docs/platform/arm/rss/ |
D | readme.rst | 42 sign images in the required format. To sign a host image using the development 45 imgtool sign \
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/stm32l562e_dk/ |
D | config.cmake | 15 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each seperately")
|
/trusted-firmware-m-3.4.0/config/profile/ |
D | profile_small.cmake | 29 … 1 CACHE STRING "Whether to combine S and NS into either 1 image, or sign each seperately")
|
/trusted-firmware-m-3.4.0/ |
D | dco.txt | 35 personal information I submit with it, including my sign-off) is
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/b_u585i_iot02a/ |
D | config.cmake | 13 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each seperately")
|
/trusted-firmware-m-3.4.0/bl1/bl1_2/scripts/ |
D | create_bl2_img.py | 65 sig = priv_key.sign(blob)[4:]
|
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/ |
D | bl1.rst | 60 - Tooling to create and sign images. 166 2) Each private key can only be used to sign a certain number of images. 168 - BL1_2 uses the SHA256_H10 parameter set, meaning each key can sign 1024 217 These sign (and encrypt in the case of ``create_bl2_img.py``) a given image file
|
D | tfm_secure_boot.rst | 319 MbedTLS library is used to sign the images. The list of supported signing 327 - ``root-RSA-2048.pem`` : Used to sign single image (S+NS) or secure image 329 - ``root-RSA-2048_1.pem`` : Used to sign non-secure image in case of multiple 331 - ``root-RSA-3072.pem`` : Used to sign single image (S+NS) or secure image 333 - ``root-RSA-3072_1.pem`` : Used to sign non-secure image in case of multiple 490 Issue the ``python3 imgtool.py sign --help`` command in the directory for more 504 python3 bl2/ext/mcuboot/scripts/imgtool.py sign \
|
D | secure_boot_rollback_protection.rst | 195 for upgrade (add header, sign the image, append TLV section). This script must
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/security/ |
D | reprov_helper.py | 155 cert.sign(ca_privatekey, 'sha256')
|
/trusted-firmware-m-3.4.0/docs/platform/cypress/psoc64/libs/core-lib/ |
D | README.md | 37 …DIV_ROUND`: Calculates a / b with rounding to the nearest integer, a and b must have the same sign.
|
D | RELEASE.md | 33 …_DIV_ROUND: Calculates a / b with rounding to the nearest integer, a and b must have the same sign.
|
/trusted-firmware-m-3.4.0/docs/platform/cypress/psoc64/ |
D | cypress_psoc64_spec.rst | 252 sign-image \ 264 sign-image \ 269 * CySecureTools sign-image overwrites unsigned file with a signed one,
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/ |
D | mkromlib.h | 184 ECDSA_SIGN_T sign; /* 64-bytes (256-bits R + 256-bits S) */ member
|
/trusted-firmware-m-3.4.0/docs/introduction/ |
D | readme.rst | 57 sign-off as described in the :doc:`Contributing Guidelines </contributing/contributing_process>`.
|
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/ |
D | fsl_casper.c | 2261 int i, sign, odd; in Jac_scalar_multiplication() local 2336 sign = (int32_t)(uint32_t)(uint8_t)(((uint8_t)rec[recodeLength - 1U]) >> 7); in Jac_scalar_multiplication() 2371 casper_select(Y3, Y3, M, sign, (int16_t)(uint16_t)N_wordlen); in Jac_scalar_multiplication() 2380 sign = (int32_t)(uint32_t)(uint8_t)(((uint8_t)rec[i]) >> 7); in Jac_scalar_multiplication() 2386 casper_select(scalar, Y, scalar, sign, (int16_t)(uint16_t)N_wordlen); in Jac_scalar_multiplication()
|
/trusted-firmware-m-3.4.0/lib/ext/t_cose/ |
D | README.md | 197 The payload to sign must be in one contiguous buffer and be passed in. It can be allocated
|