/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
gf2_8.h | 77 gf2_8_multiply(gf2_8 x, gf2_8 y);
|
/external/srtp/crypto/include/ |
gf2_8.h | 77 gf2_8_multiply(gf2_8 x, gf2_8 y);
|
/external/chromium_org/third_party/libsrtp/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/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/chromium_org/third_party/libsrtp/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);
|
/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);
|