Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 25 of 29) sorted by relevance

12

/trusted-firmware-m-3.4.0/secure_fw/partitions/lib/runtime/
Dtfm_sp_log_raw.c52 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/
Dreg_config_override.cmake9 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each separately" FO…
Dconfig.cmake18 … 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/
Dconfig.cmake10 … 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/
Dconfig.cmake10 … 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/
Dmcuboot_default_config.cmake18 … 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/
Dconfig.cmake10 … 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/
Dconfig.cmake13 … 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/
Dreadme.rst42 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/
Dconfig.cmake15 … CACHE STRING "Whether to combine S and NS into either 1 image, or sign each seperately")
/trusted-firmware-m-3.4.0/config/profile/
Dprofile_small.cmake29 … 1 CACHE STRING "Whether to combine S and NS into either 1 image, or sign each seperately")
/trusted-firmware-m-3.4.0/
Ddco.txt35 personal information I submit with it, including my sign-off) is
/trusted-firmware-m-3.4.0/platform/ext/target/stm/b_u585i_iot02a/
Dconfig.cmake13 … 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/
Dcreate_bl2_img.py65 sig = priv_key.sign(blob)[4:]
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dbl1.rst60 - 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
Dtfm_secure_boot.rst319 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 \
Dsecure_boot_rollback_protection.rst195 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/
Dreprov_helper.py155 cert.sign(ca_privatekey, 'sha256')
/trusted-firmware-m-3.4.0/docs/platform/cypress/psoc64/libs/core-lib/
DREADME.md37 …DIV_ROUND`: Calculates a / b with rounding to the nearest integer, a and b must have the same sign.
DRELEASE.md33 …_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/
Dcypress_psoc64_spec.rst252 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/
Dmkromlib.h184 ECDSA_SIGN_T sign; /* 64-bytes (256-bits R + 256-bits S) */ member
/trusted-firmware-m-3.4.0/docs/introduction/
Dreadme.rst57 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/
Dfsl_casper.c2261 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/
DREADME.md197 The payload to sign must be in one contiguous buffer and be passed in. It can be allocated

12