Searched refs:HASH_FLAG_DINNE (Results 1 – 5 of 5) sorted by relevance
173 #define HASH_FLAG_DINNE ((uint16_t)0x1000) /*!< DIN not empty : The input buffer contai… macro179 ((FLAG) == HASH_FLAG_DINNE))
179 #define HASH_FLAG_DINNE HASH_CR_DINNE /*!< DIN not empty : The input buffer contains at… macro185 ((FLAG) == HASH_FLAG_DINNE))
599 if ((HASH_FLAG & HASH_FLAG_DINNE) != (uint16_t)RESET ) in HASH_GetFlagStatus()
619 if ((HASH_FLAG & HASH_FLAG_DINNE) != (uint32_t)RESET ) in HASH_GetFlagStatus()
200 #define HASH_FLAG_DINNE HASH_CR_DINNE /*!< DIN not empty : The input buffer contains at… macro
Completed in 6 milliseconds