Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc182 #define is_box(x) isbox[(x)] macro
258 #define is_box(x) gf_inv(inv_affine(x)) macro
398 st[0] = is_box(st[0]); in inv_shift_sub_rows()
399 st[4] = is_box(st[4]); in inv_shift_sub_rows()
400 st[8] = is_box(st[8]); in inv_shift_sub_rows()
401 st[12] = is_box(st[12]); in inv_shift_sub_rows()
404 st[13] = is_box(st[9]); in inv_shift_sub_rows()
405 st[9] = is_box(st[5]); in inv_shift_sub_rows()
406 st[5] = is_box(st[1]); in inv_shift_sub_rows()
407 st[1] = is_box(tt); in inv_shift_sub_rows()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs392 let is_box = if let Type::Path(type_path) = &**arg_type { in generate_dbus_interface_client() localVariable
398 if is_box { in generate_dbus_interface_client()