| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
| D | cc_pal_compiler.h | 51 #define CC_ASSERT_CONCAT_(a, b) a##b argument 53 #define CC_ASSERT_CONCAT(a, b) CC_ASSERT_CONCAT_(a, b) argument 86 #define CC_ASSERT_CONCAT_(a, b) a##b argument 88 #define CC_ASSERT_CONCAT(a, b) CC_ASSERT_CONCAT_(a, b) argument 122 #define CC_ASSERT_CONCAT_(a, b) a##b argument 124 #define CC_ASSERT_CONCAT(a, b) CC_ASSERT_CONCAT_(a, b) argument 159 #define CC_ASSERT_CONCAT_(a, b) a##b argument 161 #define CC_ASSERT_CONCAT(a, b) CC_ASSERT_CONCAT_(a, b) argument 195 #define CC_ASSERT_CONCAT_(a, b) a##b argument 197 #define CC_ASSERT_CONCAT(a, b) CC_ASSERT_CONCAT_(a, b) argument
|
| D | cc_pal_types.h | 48 #define CC_MIN(a,b) min( a , b ) argument 51 #define CC_MIN( a , b ) ( ( (a) < (b) ) ? (a) : (b) ) argument 56 #define CC_MAX(a,b) max( a , b ) argument 59 #define CC_MAX( a , b ) ( ( (a) > (b) ) ? (a) : (b) ) argument
|
| /trusted-firmware-m-latest/platform/include/ |
| D | region.h | 14 #define REGION(a, b, c) a##b##c argument 15 #define REGION_NAME(a, b, c) REGION(a, b, c) argument 16 #define REGION_DECLARE(a, b, c) extern uint32_t REGION_NAME(a, b, c) argument 17 #define REGION_DECLARE_T(a, b, c, t) extern t REGION_NAME(a, b, c) argument
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/util/ |
| D | util.h | 41 #define min( a , b ) ( ( (a) < (b) ) ? (a) : (b) ) argument 44 #define max( a , b ) ( ( (a) > (b) ) ? (a) : (b) ) argument
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Test/src/ |
| D | ror.c | 6 static volatile uint32_t b = 2u; variable
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/ |
| D | prod_util.h | 18 #define PROD_MIN(a , b ) ( ( (a) < (b) ) ? (a) : (b) ) argument
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/ |
| D | llf_rnd.c | 30 #define max(a,b) (a) > (b) ? (a) : (b) argument 78 uint64_t Mult32x32(uint32_t a, uint32_t b) in Mult32x32() 91 uint64_t Mult48x16(uint64_t a, uint32_t b) in Mult48x16() 127 b = U(S(A2,30) + a, 16) * x, /* x*(A2 + x*A3); 30 */ in ae() local
|
| D | llf_rnd.h | 37 #define Mult16x16(a, b) (((a)&0xffff)*((b)&0xffff)) argument
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | ecp_curves_alt.c | 55 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 61 #define BYTES_TO_T_UINT_2( a, b ) \ argument 64 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 70 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 80 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 83 #define BYTES_TO_T_UINT_2( a, b ) \ argument 607 const mbedtls_mpi_uint *b, size_t blen, in ecp_group_load() 1067 #define INIT( b ) \ argument
|
| D | aes_alt.c | 444 #define GET_UINT64_LE(n,b,i) \ argument 458 #define PUT_UINT64_LE(n,b,i) \ argument 482 uint64_t a, b, ra, rb; in mbedtls_gf128mul_x_ble() local
|
| D | gcm_alt.c | 57 #define GET_UINT32_BE(n,b,i) \ argument 67 #define PUT_UINT32_BE(n,b,i) \ argument
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/include/ |
| D | cc3xx_misc.h | 33 #define CEIL_ALLOC_SZ(a,b) (((a) + (b) - 1) / (b)) argument
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
| D | cc_pal_perf_plat.c | 42 #define MAX(a,b) (a) > (b) ? (a) : (b) argument 43 #define MIN(a,b) (a) < (b) ? (a) : (b) argument
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/ |
| D | efi.h | 26 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/Include/ |
| D | Driver_ETH.h | 84 uint8_t b[6]; ///< MAC Address (6 bytes), MSB first member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/dma/dma350/ |
| D | dma350_drv.h | 78 } b; /*!< Structure used for bit access */ member 91 } b; /*!< Structure used for bit access */ member
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/psa-adac/ |
| D | adac_crypto_cc312_hash.c | 15 static psa_status_t hash_check(const uint8_t *a, size_t la, const uint8_t *b, in hash_check()
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/ |
| D | core_cm0.h | 209 } b; /*!< Structure used for bit access */ member 236 } b; /*!< Structure used for bit access */ member 260 } b; /*!< Structure used for bit access */ member 294 } b; /*!< Structure used for bit access */ member
|
| D | core_cm1.h | 209 } b; /*!< Structure used for bit access */ member 236 } b; /*!< Structure used for bit access */ member 260 } b; /*!< Structure used for bit access */ member 294 } b; /*!< Structure used for bit access */ member
|
| D | core_cm0plus.h | 220 } b; /*!< Structure used for bit access */ member 247 } b; /*!< Structure used for bit access */ member 271 } b; /*!< Structure used for bit access */ member 305 } b; /*!< Structure used for bit access */ member
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/ |
| D | ec_wrst.h | 62 uint32_t b[CC_ECPKI_MODUL_MAX_LENGTH_IN_WORDS]; // y^2 = x^3 + a.x + b (mod p) member
|
| D | pka_ec_wrst.c | 211 const uint32_t b, /*!< [in] Pka register holding scalar b. */ in PkaSum2ScalarMullt()
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/include/ |
| D | cy_utils.h | 375 #define CY_SYSLIB_DIV_ROUND(a, b) (((a) + ((b) / 2U)) / (b)) argument 386 #define CY_SYSLIB_DIV_ROUNDUP(a, b) ((((a) - 1U) / (b)) + 1U) argument
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/ |
| D | fsl_common.h | 234 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 239 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
| D | pka.c | 281 uint32_t b; in PkaGetNextMsBit() local 315 uint32_t b; in PkaGet2MsBits() local
|