Searched refs:u32OTPHashRound (Results 1 – 11 of 11) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/security/drv/cipher/ |
| H A D | drvCIPHER.c | 1221 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 D | halCIPHER.h | 351 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
|
| H A D | halCIPHER.c | 1043 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 D | halCIPHER.h | 351 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
|
| H A D | halCIPHER.c | 1043 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 D | halCIPHER.h | 350 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
|
| H A D | halCIPHER.c | 1040 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 D | halCIPHER.h | 360 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
|
| H A D | halCIPHER.c | 1077 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 D | halCIPHER.h | 351 void HAL_CIPHER_DMA_Set_OTPHash(MS_U32 u32CurrentRound, MS_U32 u32OTPHashRound);
|
| H A D | halCIPHER.c | 1073 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()
|