OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gf2_8_multiply
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
gf2_8.h
77
gf2_8_multiply
(gf2_8 x, gf2_8 y);
/external/srtp/crypto/math/
gf2_8.c
54
gf2_8_multiply
(gf2_8 x, gf2_8 y) {
function
78
if (
gf2_8_multiply
((gf2_8) i, x) == 1)
/external/srtp/tables/
aes_tables.c
153
xe =
gf2_8_multiply
(0x0e, x);
154
x9 =
gf2_8_multiply
(0x09, x);
155
xd =
gf2_8_multiply
(0x0d, x);
156
xb =
gf2_8_multiply
(0x0b, x);
Completed in 493 milliseconds