Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc181 #define s_box(x) sbox[(x)] macro
257 #define s_box(x) fwd_affine(gf_inv(x)) macro
259 #define gfm2_sb(x) f2(s_box(x))
260 #define gfm3_sb(x) f3(s_box(x))
370 st[0] = s_box(st[0]); in shift_sub_rows()
371 st[4] = s_box(st[4]); in shift_sub_rows()
372 st[8] = s_box(st[8]); in shift_sub_rows()
373 st[12] = s_box(st[12]); in shift_sub_rows()
376 st[1] = s_box(st[5]); in shift_sub_rows()
377 st[5] = s_box(st[9]); in shift_sub_rows()
[all …]