Searched refs:SHA_SHA256_BLOCK_LEN_WORDS (Results 1 – 2 of 2) sorted by relevance
36 #define SHA_SHA256_BLOCK_LEN_WORDS (SHA_SHA256_BLOCK_LEN / sizeof(uint32_t)) macro46 uint32_t w_sha[SHA_SHA256_BLOCK_LEN_WORDS];114 for (int i = 0; i < SHA_SHA256_BLOCK_LEN_WORDS; i++) { in it8xxx2_sha256_module_calculation()
49 #define SHA_SHA256_BLOCK_LEN_WORDS (SHA_SHA256_BLOCK_LEN / sizeof(uint32_t)) macro