Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c1221 MS_U32 u32OTPHashRound = 0; in MDrv_CIPHER_OTPHASHCalc() local
1282 if(stCfg.stInput.u32Size <= (u32OTPHashRound+1)*HAL_CRYPTODMA_OTPHASH_UNIT) in MDrv_CIPHER_OTPHASHCalc()
1288 u32OTPHashRound++; in MDrv_CIPHER_OTPHASHCalc()
1326 for(u32CurrentRound=0; u32CurrentRound<=u32OTPHashRound; u32CurrentRound++) in MDrv_CIPHER_OTPHASHCalc()
1329 HAL_CIPHER_DMA_Set_OTPHash( u32CurrentRound, u32OTPHashRound); in MDrv_CIPHER_OTPHASHCalc()
/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.h351 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
H A DhalCIPHER.c1043 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash() argument
1053 if(u32CurrentRound == u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash()
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.h351 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
H A DhalCIPHER.c1043 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash() argument
1053 if(u32CurrentRound == u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash()
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.h350 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
H A DhalCIPHER.c1040 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash() argument
1050 if(u32CurrentRound == u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash()
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.h360 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
H A DhalCIPHER.c1077 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash() argument
1087 if(u32CurrentRound == u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash()
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.h351 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
H A DhalCIPHER.c1073 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash() argument
1083 if(u32CurrentRound == u32OTPHashRound) in HAL_CIPHER_DMA_Set_OTPHash()