Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_rsa.h103 uint32_t pubExpLength; member
Dcy_crypto_common.h337 uint32_t pubExpLength; member
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto.c1111 SCB_CleanDCache_by_Addr((volatile void *)pubKey->pubExpPtr,(int32_t)pubKey->pubExpLength); in Cy_Crypto_Rsa_Proc()
1136 SCB_CleanDCache_by_Addr((volatile void *)pubKey->pubExpPtr,(int32_t)pubKey->pubExpLength); in Cy_Crypto_Rsa_CalcCoefs()
Dcy_cryptolite_rsa.c470 …PtrRemap, rBarPtrRemap, moduloPtrRemap, cfContext->p_buffer, key->moduloLength, key->pubExpLength); in Cy_Cryptolite_Rsa_Proc()
Dcy_crypto_core_rsa.c1234 uint32_t expBitLength = key->pubExpLength; in Cy_Crypto_Core_Rsa_Proc()