Searched refs:HASH_GetDigest (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_hash.c | 133 static void HASH_GetDigest(HASH_HandleTypeDef *hhash, uint8_t *pMsgDigest, uint8_t Size); 914 HASH_GetDigest(hhash, pOutBuffer, HASH_DIGEST_LENGTH(hhash)); in HAL_HASH_Start() 1263 HASH_GetDigest(hhash, pOutBuffer, HASH_DIGEST_LENGTH(hhash)); in HAL_HASH_AccumulateLast() 1561 HASH_GetDigest(hhash, pOutBuffer, HASH_DIGEST_LENGTH(hhash)); in HAL_HASH_HMAC_Start() 1741 HASH_GetDigest(hhash, pOutBuffer, HASH_DIGEST_LENGTH(hhash)); in HAL_HASH_HMAC_AccumulateLast() 2178 HASH_GetDigest(hhash, hhash->pHashOutBuffPtr, HASH_DIGEST_LENGTH(hhash)); in HAL_HASH_IRQHandler() 2351 HASH_GetDigest(hhash, hhash->pHashOutBuffPtr, HASH_DIGEST_LENGTH(hhash)); in HASH_DMAXferCplt() 2414 HASH_GetDigest(hhash, hhash->pHashOutBuffPtr, HASH_DIGEST_LENGTH(hhash)); in HASH_DMAXferCplt() 2884 static void HASH_GetDigest(HASH_HandleTypeDef *hhash, uint8_t *pMsgDigest, uint8_t Size) in HASH_GetDigest() function
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_hash.c | 272 static void HASH_GetDigest(uint8_t *pMsgDigest, uint8_t Size); 1863 static void HASH_GetDigest(uint8_t *pMsgDigest, uint8_t Size) in HASH_GetDigest() function 2031 HASH_GetDigest(hhash->pHashOutBuffPtr, HASH_DIGEST_LENGTH()); in HASH_IT() 2381 HASH_GetDigest(hhash->pHashOutBuffPtr, HASH_DIGEST_LENGTH()); in HMAC_Processing() 2509 HASH_GetDigest(pOutBuffer, HASH_DIGEST_LENGTH()); in HASH_Start() 3065 HASH_GetDigest(pOutBuffer, HASH_DIGEST_LENGTH()); in HASH_Finish()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_hash.c | 276 static void HASH_GetDigest(uint8_t *pMsgDigest, uint8_t Size); 1908 static void HASH_GetDigest(uint8_t *pMsgDigest, uint8_t Size) in HASH_GetDigest() function 2077 HASH_GetDigest(hhash->pHashOutBuffPtr, HASH_DIGEST_LENGTH()); in HASH_IT() 2430 HASH_GetDigest(hhash->pHashOutBuffPtr, HASH_DIGEST_LENGTH()); in HMAC_Processing() 2559 HASH_GetDigest(pOutBuffer, HASH_DIGEST_LENGTH()); in HASH_Start() 3147 HASH_GetDigest(pOutBuffer, HASH_DIGEST_LENGTH()); in HASH_Finish()
|