Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto.c1100 …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()
Dcy_cryptolite_rsa.c466 …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()
Dcy_crypto_core_rsa.c1236 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/
Dcy_cryptolite_rsa.h98 uint32_t moduloLength; member
Dcy_crypto_common.h332 uint32_t moduloLength; member