Home
last modified time | relevance | path

Searched refs:nBitLength (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_rsa.c1236 uint32_t nBitLength = key->moduloLength; in Cy_Crypto_Core_Rsa_Proc() local
1255 …anDCache_by_Addr((volatile void *)key->moduloPtr,(int32_t)CY_CRYPTO_BYTE_SIZE_OF_BITS(nBitLength)); in Cy_Crypto_Core_Rsa_Proc()
1265 tmpResult = CY_CRYPTO_VU_ALLOC_MEM(base, yReg, nBitLength); in Cy_Crypto_Core_Rsa_Proc()
1271 tmpResult = CY_CRYPTO_VU_ALLOC_MEM(base, xReg, nBitLength); in Cy_Crypto_Core_Rsa_Proc()
1277 tmpResult = CY_CRYPTO_VU_ALLOC_MEM(base, eReg, nBitLength); in Cy_Crypto_Core_Rsa_Proc()
1283 tmpResult = CY_CRYPTO_VU_ALLOC_MEM(base, modReg, nBitLength); in Cy_Crypto_Core_Rsa_Proc()
1289 tmpResult = CY_CRYPTO_VU_ALLOC_MEM(base, barrettReg, nBitLength + (uint32_t)1u); in Cy_Crypto_Core_Rsa_Proc()
1295 tmpResult = CY_CRYPTO_VU_ALLOC_MEM(base, rBarReg, nBitLength); in Cy_Crypto_Core_Rsa_Proc()
1301 tmpResult = CY_CRYPTO_VU_ALLOC_MEM(base, inverseModuloReg, nBitLength); in Cy_Crypto_Core_Rsa_Proc()
1307 Cy_Crypto_Core_Vu_SetMemValue(base, modReg, nPtrRemap, nBitLength); in Cy_Crypto_Core_Rsa_Proc()
[all …]