/trusted-firmware-m-3.4.0/ |
D | toolchain_IARARM.cmake | 39 $<$<COMPILE_LANGUAGE:C,CXX>:-e> 40 $<$<COMPILE_LANGUAGE:C,CXX>:--dlib_config=full> 41 $<$<COMPILE_LANGUAGE:C,CXX>:--vla> 42 $<$<COMPILE_LANGUAGE:C,CXX>:--silent> 43 $<$<COMPILE_LANGUAGE:C,CXX>:-DNO_TYPEOF> 44 $<$<COMPILE_LANGUAGE:C,CXX>:-D_NO_DEFINITIONS_IN_HEADER_FILES> 45 $<$<COMPILE_LANGUAGE:C,CXX>:--diag_suppress=Pe546,Pe940,Pa082,Pa084> 46 $<$<COMPILE_LANGUAGE:C,CXX>:--no_path_in_file_macros> 47 "$<$<COMPILE_LANGUAGE:C,CXX,ASM>:SHELL:--fpu none>" 48 …$<$<AND:$<COMPILE_LANGUAGE:C,CXX,ASM>,$<BOOL:${TFM_DEBUG_SYMBOLS}>,$<CONFIG:Release,MinSizeRel>>:-… [all …]
|
D | toolchain_ARMCLANG.cmake | 15 set(COMPILER_CMSE_FLAG $<$<COMPILE_LANGUAGE:C>:-mcmse>) 27 $<$<COMPILE_LANGUAGE:C>:-Wno-ignored-optimization-argument> 28 $<$<COMPILE_LANGUAGE:C>:-Wno-unused-command-line-argument> 29 $<$<COMPILE_LANGUAGE:C>:-Wall> 31 $<$<COMPILE_LANGUAGE:C>:-Wno-error=cpp> 32 $<$<COMPILE_LANGUAGE:C>:-c> 33 $<$<COMPILE_LANGUAGE:C>:-fdata-sections> 34 $<$<COMPILE_LANGUAGE:C>:-ffunction-sections> 35 $<$<COMPILE_LANGUAGE:C>:-fno-builtin> 36 $<$<COMPILE_LANGUAGE:C>:-fshort-enums> [all …]
|
D | dco.txt | 4 Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
|
/trusted-firmware-m-3.4.0/docs/platform/arm/corstone1000/ |
D | readme.rst | 86 …C board.flashloader0.fname="none" -C se.trustedBootROMloader.fname="./<path-to-build-dir>/install/…
|
/trusted-firmware-m-3.4.0/docs/security/threat_models/ |
D | generic_threat_model.rst | 274 | CVSS Vector | CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N | 309 | CVSS Vector | CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N | 346 | CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N | 383 | CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N | 419 | CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N | 446 | CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | 481 | CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N | 511 | CVSS Vector | CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N | 539 | CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N | 564 | CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:N | [all …]
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/ |
D | llf_rnd_trng90b.c | 93 CCError_t LLF_RND_RepetitionCounterTest(uint32_t* pData, uint32_t sizeInBytes, uint32_t C); 94 CCError_t LLF_RND_AdaptiveProportionTest(uint32_t* pData, uint32_t sizeInBytes, uint32_t C, uint32_… 553 CCError_t LLF_RND_RepetitionCounterTest(uint32_t* pData, uint32_t sizeInBytes, uint32_t C) in LLF_RND_RepetitionCounterTest() argument 580 if (B == C) { in LLF_RND_RepetitionCounterTest() 599 CCError_t LLF_RND_AdaptiveProportionTest(uint32_t* pData, uint32_t sizeInBytes, uint32_t C, uint32_… in LLF_RND_AdaptiveProportionTest() argument 608 …if (pData == NULL || sizeInBytes == 0 || LLF_RND_TRNG90B_MAX_BYTES < sizeInBytes || W == 0 || C ==… in LLF_RND_AdaptiveProportionTest() 632 if (B > C) { in LLF_RND_AdaptiveProportionTest()
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/security/keys/ |
D | TFM_NS_KEY_PRIV.pem | 3 7pKguttNo6L239aEcijzGOr5C72hRANCAAT/NroNASdTGo6bS8r0+C+30YcG0WLV
|
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/ |
D | ecp_curves_alt.c | 1074 mbedtls_mpi C; \ 1077 C.MBEDTLS_PRIVATE(s) = 1; \ 1078 C.MBEDTLS_PRIVATE(n) = (b) / 8 / sizeof( mbedtls_mpi_uint) + 1; \ 1079 C.MBEDTLS_PRIVATE(p) = Cp; \ 1080 memset( Cp, 0, C.MBEDTLS_PRIVATE(n) * sizeof( mbedtls_mpi_uint ) ); \ 1098 if( c < 0 ) fix_negative( N, c, &C, bits ); 1104 static inline int fix_negative( mbedtls_mpi *N, signed char c, mbedtls_mpi *C, size_t bits ) in fix_negative() argument 1113 C->MBEDTLS_PRIVATE(p)[ C->MBEDTLS_PRIVATE(n) - 1 ] = ((mbedtls_mpi_uint) -c) << 32; in fix_negative() 1116 C->MBEDTLS_PRIVATE(p)[ C->MBEDTLS_PRIVATE(n) - 1 ] = (mbedtls_mpi_uint) -c; in fix_negative() 1119 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_abs( N, C, N ) ); in fix_negative()
|
/trusted-firmware-m-3.4.0/interface/include/psa_manifest/ |
D | pid.h.template | 15 extern "C" {
|
D | sid.h.template | 14 extern "C" {
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/cpak_generator/ |
D | CMakeLists.txt | 10 Project("CPAK Generator" LANGUAGES C)
|
/trusted-firmware-m-3.4.0/bl2/ext/mcuboot/ |
D | root-RSA-2048.pem | 18 qVskmPJQV21qFyeOcHlT+dHuRb0O0un3dK8RHmsCgYEApDCH4dJ80osZoflVVJ/C
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/mtb-pdl-cat1/ |
D | CMakeLists.txt | 26 project("Cypress PSoC 6 Peripheral Driver Library" LANGUAGES C ASM)
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/p64_utils/ |
D | CMakeLists.txt | 26 project("Cypress PSoC64 Utils Library" LANGUAGES C ASM)
|
/trusted-firmware-m-3.4.0/tools/templates/ |
D | manifestfilename.template | 14 extern "C" {
|
/trusted-firmware-m-3.4.0/docs/platform/nuvoton/m2354/ |
D | README.rst | 41 > NuLink_M2354 -C
|
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/ |
D | tfm_secure_partition_runtime_library.rst | 29 PSA FF specification also describes the requirements of C runtime API for Secure 54 - C runtime API. 62 compared to the C standard: newly allocated memory must be initialized to 77 C Runtime API 79 PSA FF describes a small set of the C standard library. Part of toolchain 208 pass the partition specific data for the API. Use C language preprocessor to 310 The SPRTL C Runtime sources are put under:
|
D | enum_implicit_casting.rst | 2 Fixing implicit casting for C enumeration values 13 C enumerations provide a nice way to increase readability by creating new 16 This document investigates C enumerations safety and proposes strategies on how 84 the two so that no information is lost. C integer promotion should
|
/trusted-firmware-m-3.4.0/docs/platform/nuvoton/m2351/ |
D | README.rst | 39 > NuLink_M2351_M261 -C
|
/trusted-firmware-m-3.4.0/config/ |
D | cp_check.cmake | 20 # Create test C file.
|
/trusted-firmware-m-3.4.0/docs/contributing/ |
D | doc_guidelines.rst | 171 | **Title A** | **Title B** | **Title C** | 173 | Text A | Text B | Text C | 183 | **Title A** | **Title B** | **Title C** | 185 | Text A | Text B | Text C |
|
D | coding_guide.rst | 72 - Add "extern C " definition for C++ support in the header files.
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/ |
D | CMakeLists.txt | 10 project("CC312 Runtime Library" LANGUAGES C ASM)
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/mtb-pdl-cat1/mtb-pdl-cat1_ns_lib/ |
D | CMakeLists.txt | 11 project("Cypress PSoC 6 Peripheral Driver Library" LANGUAGES C ASM)
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
D | README.txt | 10 - Chapter "Appendix C - Integration test" in the Software Integrators Manual
|