Searched refs:bigend_read_word (Results 1 – 1 of 1) sorted by relevance
113 static inline uint32_t bigend_read_word(const uint8_t *data) in bigend_read_word() function151 w[t] = t < 16 ? bigend_read_word(data) : w_schedule(w, t); in sha256_block_calc()