Lines Matching refs:get_u8
327 static inline u8 get_u8(u32 x, u32 y) in get_u8() function
346 *t0 = s1[get_u8(*t0, 0)] ^ in aria_sbox_layer1_with_pre_diff()
347 s2[get_u8(*t0, 1)] ^ in aria_sbox_layer1_with_pre_diff()
348 x1[get_u8(*t0, 2)] ^ in aria_sbox_layer1_with_pre_diff()
349 x2[get_u8(*t0, 3)]; in aria_sbox_layer1_with_pre_diff()
350 *t1 = s1[get_u8(*t1, 0)] ^ in aria_sbox_layer1_with_pre_diff()
351 s2[get_u8(*t1, 1)] ^ in aria_sbox_layer1_with_pre_diff()
352 x1[get_u8(*t1, 2)] ^ in aria_sbox_layer1_with_pre_diff()
353 x2[get_u8(*t1, 3)]; in aria_sbox_layer1_with_pre_diff()
354 *t2 = s1[get_u8(*t2, 0)] ^ in aria_sbox_layer1_with_pre_diff()
355 s2[get_u8(*t2, 1)] ^ in aria_sbox_layer1_with_pre_diff()
356 x1[get_u8(*t2, 2)] ^ in aria_sbox_layer1_with_pre_diff()
357 x2[get_u8(*t2, 3)]; in aria_sbox_layer1_with_pre_diff()
358 *t3 = s1[get_u8(*t3, 0)] ^ in aria_sbox_layer1_with_pre_diff()
359 s2[get_u8(*t3, 1)] ^ in aria_sbox_layer1_with_pre_diff()
360 x1[get_u8(*t3, 2)] ^ in aria_sbox_layer1_with_pre_diff()
361 x2[get_u8(*t3, 3)]; in aria_sbox_layer1_with_pre_diff()
368 *t0 = x1[get_u8(*t0, 0)] ^ in aria_sbox_layer2_with_pre_diff()
369 x2[get_u8(*t0, 1)] ^ in aria_sbox_layer2_with_pre_diff()
370 s1[get_u8(*t0, 2)] ^ in aria_sbox_layer2_with_pre_diff()
371 s2[get_u8(*t0, 3)]; in aria_sbox_layer2_with_pre_diff()
372 *t1 = x1[get_u8(*t1, 0)] ^ in aria_sbox_layer2_with_pre_diff()
373 x2[get_u8(*t1, 1)] ^ in aria_sbox_layer2_with_pre_diff()
374 s1[get_u8(*t1, 2)] ^ in aria_sbox_layer2_with_pre_diff()
375 s2[get_u8(*t1, 3)]; in aria_sbox_layer2_with_pre_diff()
376 *t2 = x1[get_u8(*t2, 0)] ^ in aria_sbox_layer2_with_pre_diff()
377 x2[get_u8(*t2, 1)] ^ in aria_sbox_layer2_with_pre_diff()
378 s1[get_u8(*t2, 2)] ^ in aria_sbox_layer2_with_pre_diff()
379 s2[get_u8(*t2, 3)]; in aria_sbox_layer2_with_pre_diff()
380 *t3 = x1[get_u8(*t3, 0)] ^ in aria_sbox_layer2_with_pre_diff()
381 x2[get_u8(*t3, 1)] ^ in aria_sbox_layer2_with_pre_diff()
382 s1[get_u8(*t3, 2)] ^ in aria_sbox_layer2_with_pre_diff()
383 s2[get_u8(*t3, 3)]; in aria_sbox_layer2_with_pre_diff()