Lines Matching refs:store32_le
62 static void store32_le(u8 out[4], u32 in) in store32_le() function
72 store32_le(out , (u32)in ); in store64_le()
73 store32_le(out + 4, in >> 32); in store64_le()
308 store32_le(s + 0, ((u32)t[0] >> 0) | ((u32)t[1] << 26)); in fe_tobytes()
309 store32_le(s + 4, ((u32)t[1] >> 6) | ((u32)t[2] << 19)); in fe_tobytes()
310 store32_le(s + 8, ((u32)t[2] >> 13) | ((u32)t[3] << 13)); in fe_tobytes()
311 store32_le(s + 12, ((u32)t[3] >> 19) | ((u32)t[4] << 6)); in fe_tobytes()
312 store32_le(s + 16, ((u32)t[5] >> 0) | ((u32)t[6] << 25)); in fe_tobytes()
313 store32_le(s + 20, ((u32)t[6] >> 7) | ((u32)t[7] << 19)); in fe_tobytes()
314 store32_le(s + 24, ((u32)t[7] >> 13) | ((u32)t[8] << 12)); in fe_tobytes()
315 store32_le(s + 28, ((u32)t[8] >> 20) | ((u32)t[9] << 6)); in fe_tobytes()