Searched refs:moduloLength (Results 1 – 5 of 5) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto.c | 1100 …SCB_CleanDCache_by_Addr((volatile void *)pubKey->barretCoefPtr,(int32_t)(pubKey->moduloLength+1u)); in Cy_Crypto_Rsa_Proc() 1104 … SCB_CleanDCache_by_Addr((volatile void *)pubKey->inverseModuloPtr,(int32_t)pubKey->moduloLength); in Cy_Crypto_Rsa_Proc() 1108 SCB_CleanDCache_by_Addr((volatile void *)pubKey->rBarPtr,(int32_t)pubKey->moduloLength); in Cy_Crypto_Rsa_Proc() 1110 SCB_CleanDCache_by_Addr((volatile void *)pubKey->moduloPtr,(int32_t)pubKey->moduloLength); in Cy_Crypto_Rsa_Proc() 1135 SCB_CleanDCache_by_Addr((volatile void *)pubKey->moduloPtr,(int32_t)pubKey->moduloLength); in Cy_Crypto_Rsa_CalcCoefs() 1141 …nvalidateDCache_by_Addr((volatile void *)pubKey->barretCoefPtr,(int32_t)(pubKey->moduloLength+1U)); in Cy_Crypto_Rsa_CalcCoefs() 1142 …_InvalidateDCache_by_Addr((volatile void *)pubKey->inverseModuloPtr,(int32_t)pubKey->moduloLength); in Cy_Crypto_Rsa_CalcCoefs() 1143 … SCB_InvalidateDCache_by_Addr((volatile void *)pubKey->rBarPtr,(int32_t)pubKey->moduloLength); in Cy_Crypto_Rsa_CalcCoefs()
|
| D | cy_cryptolite_rsa.c | 466 …emap, inverseModuloPtrRemap, rBarPtrRemap, moduloPtrRemap, cfContext->p_buffer, key->moduloLength); in Cy_Cryptolite_Rsa_Proc() 470 …duloPtrRemap, rBarPtrRemap, moduloPtrRemap, cfContext->p_buffer, key->moduloLength, key->pubExpLen… in Cy_Cryptolite_Rsa_Proc() 521 …emap, inverseModuloPtrRemap, rBarPtrRemap, moduloPtrRemap, cfContext->p_buffer, key->moduloLength); in Cy_Cryptolite_Rsa_Coef()
|
| D | cy_crypto_core_rsa.c | 1236 uint32_t nBitLength = key->moduloLength; in Cy_Crypto_Core_Rsa_Proc() 1437 uint32_t nBitLength = key->moduloLength; in Cy_Crypto_Core_Rsa_Coef()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_cryptolite_rsa.h | 98 uint32_t moduloLength; member
|
| D | cy_crypto_common.h | 332 uint32_t moduloLength; member
|