OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_box
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
aes.c
206
#define
is_box
(x) isbox[(x)]
macro
289
#define
is_box
(x) gf_inv(inv_affine(x))
macro
423
st[ 0] =
is_box
(st[ 0]); st[ 4] =
is_box
(st[ 4]);
424
st[ 8] =
is_box
(st[ 8]); st[12] =
is_box
(st[12]);
426
tt = st[13]; st[13] =
is_box
(st[9]); st[ 9] =
is_box
(st[5]);
427
st[ 5] =
is_box
(st[1]); st[ 1] =
is_box
( tt )
[
all
...]
Completed in 44 milliseconds