Searched refs:w40 (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/sha/ |
D | sha1-altivec.c | 266 const vec_uint32_t w40 = sched_32_79(vw + 10, w36, w32, w24, w12, w8, k); in sha1_block_data_order() local 272 const vec_uint32_t w44 = sched_32_79(vw + 11, w40, w36, w28, w16, w12, k); in sha1_block_data_order() 278 const vec_uint32_t w48 = sched_32_79(vw + 12, w44, w40, w32, w20, w16, k); in sha1_block_data_order() 290 const vec_uint32_t w56 = sched_32_79(vw + 14, w52, w48, w40, w28, w24, k); in sha1_block_data_order() 309 const vec_uint32_t w68 = sched_32_79(vw + 17, w64, w60, w52, w40, w36, k); in sha1_block_data_order() 315 const vec_uint32_t w72 = sched_32_79(vw + 18, w68, w64, w56, w44, w40, k); in sha1_block_data_order()
|