Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Daes.cc229 #define s_box(x) sbox[(x)] macro
306 #define s_box(x) fwd_affine(gf_inv(x)) macro
308 #define gfm2_sb(x) f2(s_box(x))
309 #define gfm3_sb(x) f3(s_box(x))
419 st[0] = s_box(st[0]); in shift_sub_rows()
420 st[4] = s_box(st[4]); in shift_sub_rows()
421 st[8] = s_box(st[8]); in shift_sub_rows()
422 st[12] = s_box(st[12]); in shift_sub_rows()
425 st[1] = s_box(st[5]); in shift_sub_rows()
426 st[5] = s_box(st[9]); in shift_sub_rows()
[all …]