Searched refs:kLTC_HashCtxNumWords (Results 1 – 1 of 1) sorted by relevance
2986 kLTC_HashCtxNumWords = 21, /*!< number of context array 32-bit words */ enumerator2996 …uint32_t word[kLTC_HashCtxNumWords]; /*!< LTC module context that needs to be saved/restored betwe…3561 for (i = 0; i < (uint32_t)kLTC_HashCtxNumWords; i++) in LTC_HASH_Init()