HAL
HASH_ALGOSELECTION_MD5 is only used within HAL.
 
Symbols
loading...
Files
loading...

HASH_ALGOSELECTION_MD5 macro

HASH function is MD5

Syntax

#define HASH_ALGOSELECTION_MD5 HASH_CR_ALGO_0

References

LocationText
stm32f4xx_hal_hash.h:191
#define HASH_ALGOSELECTION_MD5 HASH_CR_ALGO_0 /*!< HASH function is MD5 */
stm32f4xx_hal_hash.c:772
return HASH_Start(hhash, pInBuffer, Size, pOutBuffer, Timeout, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:797
return HASH_Accumulate(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:813
return HASH_Start(hhash, pInBuffer, Size, pOutBuffer, Timeout, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:919
return HASH_Start_IT(hhash, pInBuffer, Size, pOutBuffer, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:942
return HASH_Accumulate_IT(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:957
return HASH_Start_IT(hhash, pInBuffer, Size, pOutBuffer, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:1084
return HASH_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:1172
return HMAC_Start(hhash, pInBuffer, Size, pOutBuffer, Timeout, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:1233
return HMAC_Start_IT(hhash, pInBuffer, Size, pOutBuffer, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash.c:1304
return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash_ex.c:765
return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash_ex.c:789
return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5);
stm32f4xx_hal_hash_ex.c:812
return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5);