Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 56) sorted by relevance

123

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_compiler.h51 #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
Dcc_pal_types.h48 #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/
Dregion.h14 #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/
Dutil.h41 #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/
Dror.c6 static volatile uint32_t b = 2u; variable
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_util.h18 #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/
Dllf_rnd.c30 #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
Dllf_rnd.h37 #define Mult16x16(a, b) (((a)&0xffff)*((b)&0xffff)) argument
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Decp_curves_alt.c55 #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
Daes_alt.c444 #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
Dgcm_alt.c57 #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/
Dcc3xx_misc.h33 #define CEIL_ALLOC_SZ(a,b) (((a) + (b) - 1) / (b)) argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_perf_plat.c42 #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/
Defi.h26 #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/
DDriver_ETH.h84 uint8_t b[6]; ///< MAC Address (6 bytes), MSB first member
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/dma/dma350/
Ddma350_drv.h78 } 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/
Dadac_crypto_cc312_hash.c15 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/
Dcore_cm0.h209 } 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
Dcore_cm1.h209 } 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
Dcore_cm0plus.h220 } 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/
Dec_wrst.h62 uint32_t b[CC_ECPKI_MODUL_MAX_LENGTH_IN_WORDS]; // y^2 = x^3 + a.x + b (mod p) member
Dpka_ec_wrst.c211 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/
Dcy_utils.h375 #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/
Dfsl_common.h234 #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/
Dpka.c281 uint32_t b; in PkaGetNextMsBit() local
315 uint32_t b; in PkaGet2MsBits() local

123