Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c125 static inline uint32_t w_schedule(uint32_t w[64], uint32_t t) in w_schedule() function
151 w[t] = t < 16 ? bigend_read_word(data) : w_schedule(w, t); in sha256_block_calc()