Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 115) sorted by relevance

12345

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_rsa.c758 uint32_t t = 1u; in Cy_Crypto_Core_Rsa_BarrettGetU() local
770 tmpResult = CY_CRYPTO_VU_ALLOC_MEM (base, t, size + 1u); in Cy_Crypto_Core_Rsa_BarrettGetU()
794 CY_CRYPTO_VU_SUB (base, t, dividend, modReg); in Cy_Crypto_Core_Rsa_BarrettGetU()
795 CY_CRYPTO_VU_COND_SWAP_REG (base, CY_CRYPTO_VU_COND_CS, dividend, t); in Cy_Crypto_Core_Rsa_BarrettGetU()
801 …_MEM (base, CY_CRYPTO_VU_REG_BIT(dividend) | CY_CRYPTO_VU_REG_BIT(temp) | CY_CRYPTO_VU_REG_BIT(t)); in Cy_Crypto_Core_Rsa_BarrettGetU()
939 uint32_t t = 1u; in Cy_Crypto_Core_Rsa_MontMul() local
945 tmpResult = CY_CRYPTO_VU_ALLOC_MEM (base, t, size + 1u); in Cy_Crypto_Core_Rsa_MontMul()
966 CY_CRYPTO_VU_UMUL (base, t, tDouble, montModDer); in Cy_Crypto_Core_Rsa_MontMul()
969 CY_CRYPTO_VU_LSL1(base, t, t); in Cy_Crypto_Core_Rsa_MontMul()
970 CY_CRYPTO_VU_LSR1(base, t, t); in Cy_Crypto_Core_Rsa_MontMul()
[all …]
Dcy_sar2.c27 #define CY_SAR2_DIODE_COLD(t) (((t) == CY_SAR2_VDDA_2_7V_TO_4_5V) ? \ argument
30 #define CY_SAR2_DIODE_ROOM(t) (((t) == CY_SAR2_VDDA_2_7V_TO_4_5V) ? \ argument
33 #define CY_SAR2_DIODE_HOT(t) (((t) == CY_SAR2_VDDA_2_7V_TO_4_5V) ? \ argument
36 #define CY_SAR2_VBG_COLD(t) (((t) == CY_SAR2_VDDA_2_7V_TO_4_5V) ? \ argument
39 #define CY_SAR2_VBG_ROOM(t) (((t) == CY_SAR2_VDDA_2_7V_TO_4_5V) ? \ argument
42 #define CY_SAR2_VBG_HOT(t) (((t) == CY_SAR2_VDDA_2_7V_TO_4_5V) ? \ argument
Dcy_cryptolite_hkdf.c152 uint8_t t[CY_CRYPTOLITE_SHA256_HASH_SIZE] = {0u}; in Cy_Cryptolite_Hkdf_Expand() local
186 status = Cy_Cryptolite_Hmac_Sha256_Update (base, t, tLength, &cfContext); in Cy_Cryptolite_Hkdf_Expand()
204 status = Cy_Cryptolite_Hmac_Sha256_Finish (base, t, &cfContext); in Cy_Cryptolite_Hkdf_Expand()
225 status = Cy_Cryptolite_Memcpy(base, (okm + offset), t, bytesCopy); in Cy_Cryptolite_Hkdf_Expand()
Dcy_crypto_core_hkdf_v2.c205 uint8_t t[CY_CRYPTO_SHA_MAX_HASH_SIZE] = {0u}; in Cy_Crypto_Core_V2_Hkdf_Expand() local
258 status = Cy_Crypto_Core_V2_Hmac_Update(base, &hmacState, t, tLength); in Cy_Crypto_Core_V2_Hkdf_Expand()
276 status = Cy_Crypto_Core_V2_Hmac_Finish(base, &hmacState, t); in Cy_Crypto_Core_V2_Hkdf_Expand()
297 Cy_Crypto_Core_V2_MemCpy(base, (void*)(okm + offset), (void *)t, (uint16_t)bytesCopy); in Cy_Crypto_Core_V2_Hkdf_Expand()
Dcy_crypto_core_ecc_eddsa.c887 uint32_t t = 6u; in Cy_Crypto_Core_ED25519_PointMul() local
914 tmpResult = CY_CRYPTO_VU_ALLOC_MEM (base, t, bitsize); in Cy_Crypto_Core_ED25519_PointMul()
962 CY_CRYPTO_VU_CLSAME (base, t, my_d, clr); in Cy_Crypto_Core_ED25519_PointMul()
967 clsame = Cy_Crypto_Core_Vu_RegDataPtrRead (base, t); in Cy_Crypto_Core_ED25519_PointMul()
969 CY_CRYPTO_VU_LSL (base, my_d, my_d, t); /* Get rid of leading '0's */ in Cy_Crypto_Core_ED25519_PointMul()
1024 CY_CRYPTO_VU_REG_BIT(my_t_y) | CY_CRYPTO_VU_REG_BIT(t) | in Cy_Crypto_Core_ED25519_PointMul()
1691 uint32_t t = 6u; in Cy_Crypto_Core_ED25519_ExpMod() local
1715 tmpResult = CY_CRYPTO_VU_ALLOC_MEM (base, t, bitsize); in Cy_Crypto_Core_ED25519_ExpMod()
1724 CY_CRYPTO_VU_CLSAME (base, t, my_e, clr); in Cy_Crypto_Core_ED25519_ExpMod()
1727 clsame = Cy_Crypto_Core_Vu_RegDataPtrRead (base, t); in Cy_Crypto_Core_ED25519_ExpMod()
[all …]
Dcy_crypto_core_ecc_nist_p.c2262 uint32_t t = 6u; in Cy_Crypto_Core_JacobianEcScalarMul() local
2283 tmpResult = CY_CRYPTO_VU_ALLOC_MEM (base, t, size); in Cy_Crypto_Core_JacobianEcScalarMul()
2320 CY_CRYPTO_VU_CLSAME (base, t, my_d, clr); in Cy_Crypto_Core_JacobianEcScalarMul()
2325 clsame = Cy_Crypto_Core_Vu_RegDataPtrRead (base, t); in Cy_Crypto_Core_JacobianEcScalarMul()
2327 CY_CRYPTO_VU_LSL (base, my_d, my_d, t); /* Get rid of leading '0's */ in Cy_Crypto_Core_JacobianEcScalarMul()
2375 CY_CRYPTO_VU_REG_BIT(clr) | CY_CRYPTO_VU_REG_BIT(t)); in Cy_Crypto_Core_JacobianEcScalarMul()
/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dlog.h77 #define DbgMsg( t, x, ...) cDbgMsg( t, x, __VA_ARGS__ ) argument
79 #define DbgMsg( t, x, ...) argument
85 #define vDbgMsg( t, x, n, ...) argument
/hal_infineon-latest/btstack/wiced_include/
Dhcidefs.h1071 #define HCI_VALID_SCO_PKT_TYPE(t) (((((t) & ~(HCI_PKT_TYPES_MASK_HV1 \ argument
1074 && ((t) != 0))
1081 #define HCI_VALID_ACL_PKT_TYPE(t) (((((t) & ~(HCI_PKT_TYPES_MASK_DM1 \ argument
1093 && (((t) & (HCI_PKT_TYPES_MASK_DM1 \
1115 #define HCI_VALID_ESCO_PKT_TYPE(t) (((((t) & ~(HCI_ESCO_PKT_TYPES_MASK_EV3 \ argument
1118 … && ((t) != 0))/* Packet type should be one of valid but at least one should be specified */
1120 #define HCI_VALID_ESCO_SCOPKT_TYPE(t) (((((t) & ~(HCI_ESCO_PKT_TYPES_MASK_HV1 \ argument
1123 && ((t) != 0))
1125 #define HCI_VALID_SCO_ALL_PKT_TYPE(t) (((((t) & ~(HCI_ESCO_PKT_TYPES_MASK_HV1 \ argument
1131 && ((t) != 0))
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM7/TOOLCHAIN_GCC_ARM/
Dxmc7200_x8384_cm7.ld147 …/* Cortex-M0+ application flash image area. Comment this section if you don't want to include CM0+…
359 /* .stack_dummy section doesn't contains any symbols. It is only
Dxmc7100_x1088_cm7.ld145 …/* Cortex-M0+ application flash image area. Comment this section if you don't want to include CM0+…
357 /* .stack_dummy section doesn't contains any symbols. It is only
Dxmc7100_x2112_cm7.ld145 …/* Cortex-M0+ application flash image area. Comment this section if you don't want to include CM0+…
357 /* .stack_dummy section doesn't contains any symbols. It is only
Dxmc7100_x4160_cm7.ld147 …/* Cortex-M0+ application flash image area. Comment this section if you don't want to include CM0+…
359 /* .stack_dummy section doesn't contains any symbols. It is only
Dxmc7200d_x8384_cm7.ld156 …/* Cortex-M0+ application flash image area. Comment this section if you don't want to include CM0+…
368 /* .stack_dummy section doesn't contains any symbols. It is only
Dxmc7100d_x2112_cm7.ld153 …/* Cortex-M0+ application flash image area. Comment this section if you don't want to include CM0+…
365 /* .stack_dummy section doesn't contains any symbols. It is only
Dxmc7100d_x4160_cm7.ld156 …/* Cortex-M0+ application flash image area. Comment this section if you don't want to include CM0+…
368 /* .stack_dummy section doesn't contains any symbols. It is only
/hal_infineon-latest/core-lib/
DREADME.md13 * `CY_UNUSED_PARAMETER`: Avoid warnings if a function argument isn't used
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_IAR/
Dcyb06xx7_cm4.icf38 /*###ICF### Section handled by ICF editor, don't touch! ****/
Dcyb06xxa_cm4.icf38 /*###ICF### Section handled by ICF editor, don't touch! ****/
Dcys06xxa_cm4.icf38 /*###ICF### Section handled by ICF editor, don't touch! ****/
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dxmc7100_x1088_cm0plus.icf53 /*###ICF### Section handled by ICF editor, don't touch! ****/
Dxmc7100_x2112_cm0plus.icf53 /*###ICF### Section handled by ICF editor, don't touch! ****/
Dxmc7100_x4160_cm0plus.icf53 /*###ICF### Section handled by ICF editor, don't touch! ****/
Dxmc7100d_x2112_cm0plus.icf53 /*###ICF### Section handled by ICF editor, don't touch! ****/
Dxmc7100d_x4160_cm0plus.icf53 /*###ICF### Section handled by ICF editor, don't touch! ****/
Dxmc7200_x8384_cm0plus.icf53 /*###ICF### Section handled by ICF editor, don't touch! ****/

12345