Searched refs:sh (Results 1 – 14 of 14) sorted by relevance
/trusted-firmware-m-3.4.0/docs/platform/stm/common/stm32u5xx/ |
D | readme.rst | 39 - ``postbuild.sh``: Updates regression.sh and TFM_UPDATE.sh scripts according to flash_layout.h 40 - ``regression.sh``: Sets platform option bytes config and erase platform 41 - ``TFM_UPDATE.sh``: Writes bl2, secure, and non secure image in target 45 postbuild.sh, regression.sh, TFM_UPDATE.sh
|
/trusted-firmware-m-3.4.0/docs/platform/stm/common/stm32l5xx/ |
D | readme.rst | 45 - ``postbuild.sh``: Updates regression.sh and TFM_UPDATE.sh scripts according to flash_layout.h 46 - ``regression.sh``: Sets platform option bytes config and erase platform 47 - ``TFM_UPDATE.sh``: Writes bl2, secure, and non secure image in target 51 postbuild.sh, regression.sh, TFM_UPDATE.sh
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/scripts/ |
D | postbuild.sh | 22 source $projectdir/preprocess.sh 31 regressionsh=$projectdir/regression.sh 32 updatesh=$projectdir/TFM_UPDATE.sh 33 bin2hexsh=$projectdir/TFM_BIN2HEX.sh
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/examples/enabler_cert/ |
D | sd_gen_enabler_cert_enter_pem.sh | 11 cp ../tester/util_assisted/get_pub_key/get_pub_key.sh . 21 ./get_pub_key.sh dev_keypair1.pem pwd.txt dev_pubkey1.pem
|
D | x509_sd_gen_enabler_cert.sh | 12 cp ../tester/util_assisted/get_pub_key/get_pub_key.sh . 22 ./get_pub_key.sh dev_keypair1.pem pwd.txt dev_pubkey1.pem
|
D | sd_gen_enabler_cert.sh | 12 cp ../tester/util_assisted/get_pub_key/get_pub_key.sh . 22 ./get_pub_key.sh dev_keypair1.pem pwd.txt dev_pubkey1.pem
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/ |
D | ReadMe.txt | 4 1. USING build_config.sh 7 2. Run the build_config.sh script, with or without a configuration number.
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/ |
D | CMakeLists.txt | 218 set(PREPROCESSOR_FILE ${STM_COMMON_DIR}/scripts/gcc/preprocess.sh) 220 set(PREPROCESSOR_FILE ${STM_COMMON_DIR}/scripts/armclang/preprocess.sh) 222 set(PREPROCESSOR_FILE ${STM_COMMON_DIR}/scripts/iar/preprocess.sh) 225 install(FILES ${STM_COMMON_DIR}/scripts/regression.sh 227 ${STM_COMMON_DIR}/scripts/TFM_UPDATE.sh 228 ${STM_COMMON_DIR}/scripts/TFM_BIN2HEX.sh 229 ${STM_COMMON_DIR}/scripts/postbuild.sh
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/ |
D | CMakeLists.txt | 236 set(PREPROCESSOR_FILE ${STM_COMMON_DIR}/scripts/gcc/preprocess.sh) 238 set(PREPROCESSOR_FILE ${STM_COMMON_DIR}/scripts/armclang/preprocess.sh) 240 set(PREPROCESSOR_FILE ${STM_COMMON_DIR}/scripts/iar/preprocess.sh) 243 install(FILES ${STM_COMMON_DIR}/scripts/regression.sh 245 ${STM_COMMON_DIR}/scripts/TFM_UPDATE.sh 246 ${STM_COMMON_DIR}/scripts/TFM_BIN2HEX.sh 247 ${STM_COMMON_DIR}/scripts/postbuild.sh
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/examples/developer_cert/ |
D | sd_gen_developer_cert_enter_pem.sh | 21 ./get_pub_key.sh oem_keypair1.pem pwd.txt oem_pubkey1.pem
|
D | sd_gen_developer_cert.sh | 23 ./get_pub_key.sh oem_keypair1.pem oem_pwd1.txt oem_pubkey1.pem
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
D | pka.c | 583 int32_t sh, st; in PkaCalcNpIntoPkaReg() local 631 sh = st % CC_BITS_IN_32BIT_WORD; in PkaCalcNpIntoPkaReg() 641 if (sh) { in PkaCalcNpIntoPkaReg() 642 PKA_SHR_FILL0(lenId+1/*LenID*/, regTempN, regTempN, sh-1); in PkaCalcNpIntoPkaReg()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/ |
D | prepare_mbedtls.sh | 190 echo Running prepare_mbedtls.sh with $MODE
|
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/ |
D | tfm_secure_partition_runtime_library.rst | 275 .. code-block:: sh
|