Home
last modified time | relevance | path

Searched defs:A (Results 1 – 21 of 21) sorted by relevance

/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/hal/provision/
Dnvm_init.c23 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ argument
Dnvmcnt_init.c23 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ argument
Dotp_provision.c29 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ argument
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32u5xx/secure/
Dtfm_hal_isolation.c38 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
39 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
Dtarget_cfg.c27 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
28 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
357 #define MPCBB_LOCK(A) MPCBB_LOCK_##A argument
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32h5xx/secure/
Dtarget_cfg.c24 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
25 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
364 #define MPCBB_LOCK(A) MPCBB_LOCK_##A argument
Dtfm_hal_isolation.c36 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
37 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32h5xx/bl2/
Dboot_hal_bl2.c36 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
37 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
Dlow_level_security.c42 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
43 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32u5xx/bl2/
Dboot_hal_bl2.c36 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
37 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
Dlow_level_security.c33 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) argument
34 #define FLOW_CONTROL_CHECK(B,A) ((void)0) argument
/trusted-firmware-m-3.6.0/platform/ext/target/arm/musca_s1/
Dtarget_cfg.c27 #define MIN(A, B) (((A) < (B)) ? (A) : (B)) argument
28 #define MAX(A, B) (((A) > (B)) ? (A) : (B)) argument
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd_trng90b.c557 uint32_t A = 0; /* the most recently seen sample value */ in LLF_RND_RepetitionCounterTest() local
603 uint32_t A = 0; /* the sample value currently being counted */ in LLF_RND_AdaptiveProportionTest() local
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/hal/accelerator/
Decp_alt.h94 mbedtls_mpi A; /*!< For Short Weierstrass: \p A in the equation. For member
Decp_curves_alt.c968 #define A( i ) N->MBEDTLS_PRIVATE(p) + (i) * WIDTH macro
1028 #define A( j ) N->MBEDTLS_PRIVATE(p)[j] macro
1034 #define A( j ) (j) % 2 ? (uint32_t)( N->MBEDTLS_PRIVATE(p)[(j)/2] >> 32 ) : \ macro
Decp_alt.c1122 const mbedtls_mpi *A, in mbedtls_mpi_mul_mod()
1142 const mbedtls_mpi *A, in mbedtls_mpi_sub_mod()
1163 const mbedtls_mpi *A, in mbedtls_mpi_add_mod()
Drsa_alt.c110 static int rsa_pka_arithmetic_mul( const unsigned char *A, in rsa_pka_arithmetic_mul()
193 const mbedtls_mpi *A, in rsa_mpi2pka_mul()
590 const unsigned char *A = (const unsigned char *) a; in mbedtls_safer_memcmp() local
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_casper.c1702 static void CASPER_montsub(uint32_t *C, uint32_t *A, uint32_t *B, uint32_t *mod) in CASPER_montsub()
1735 static void CASPER_montadd(uint32_t *C, uint32_t *A, uint32_t *B, uint32_t *mod) in CASPER_montadd()
2936 static void toMontgomery_ECC_P256(uint32_t *C, uint32_t *A) in toMontgomery_ECC_P256()
3162 static void toMontgomery_ECC_P384(uint32_t *C, uint32_t *A) in toMontgomery_ECC_P384()
3296 static void toMontgomery_ECC_P521(uint32_t *C, uint32_t *A) in toMontgomery_ECC_P521()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c53 uint32_t A = CC_PKA_WORD_SIZE_IN_BITS; in PkiCalcNp() local
Dpka.c579 uint32_t A = CC_PKA_WORD_SIZE_IN_BITS; in PkaCalcNpIntoPkaReg() local
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Ddhm_alt.c110 mbedtls_mpi *X/*out*/, const mbedtls_mpi *A/*in*/, const mbedtls_mpi *E/*in*/, in mbedtls_mpi_exp_mod_hw()