Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_hash_md5.c69 HASH_Config_T hashMD5Config; in HASH_ComputeMD5() local
81 hashMD5Config.algoSelect = HASH_ALGO_SELECTION_MD5; in HASH_ComputeMD5()
82 hashMD5Config.algoMode = HASH_ALGO_MODE_HASH; in HASH_ComputeMD5()
83 hashMD5Config.dataType = HASH_DATA_TYPE_8B; in HASH_ComputeMD5()
84 HASH_Config(&hashMD5Config); in HASH_ComputeMD5()

Completed in 4 milliseconds