Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c127 static vec_uint32_t sched_16_31(vec_uint32_t *pre_added, vec_uint32_t minus_4, in sched_16_31() function
228 const vec_uint32_t w16 = sched_16_31(vw + 4, w12, w8, w4, w0, k); in sha1_block_data_order()
235 const vec_uint32_t w20 = sched_16_31(vw + 5, w16, w12, w8, w4, k); in sha1_block_data_order()
241 const vec_uint32_t w24 = sched_16_31(vw + 6, w20, w16, w12, w8, k); in sha1_block_data_order()
247 const vec_uint32_t w28 = sched_16_31(vw + 7, w24, w20, w16, w12, k); in sha1_block_data_order()