Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_hash_md5.c60 #define MD5BUSY_TIMEOUT ((uint32_t) 0x00010000) macro
136 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_MD5()
226 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5()
253 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5()
281 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_hash_md5.c60 #define MD5BUSY_TIMEOUT ((uint32_t) 0x00010000) macro
136 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_MD5()
226 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5()
253 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5()
281 }while ((counter != MD5BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_MD5()

Completed in 3 milliseconds