Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_hash_sha1.c60 #define SHA1BUSY_TIMEOUT ((uint32_t) 0x00010000) macro
135 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_SHA1()
227 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1()
255 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1()
283 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_hash_sha1.c60 #define SHA1BUSY_TIMEOUT ((uint32_t) 0x00010000) macro
135 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HASH_SHA1()
227 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1()
255 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1()
283 }while ((counter != SHA1BUSY_TIMEOUT) && (busystatus != RESET)); in HMAC_SHA1()

Completed in 3 milliseconds