HomeSort by relevance Sort by last modified time
    Searched full:gf2_8_multiply (Results 1 - 6 of 6) sorted by null

  /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/crypto/include/
gf2_8.h 77 gf2_8_multiply(gf2_8 x, gf2_8 y);
  /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/crypto/include/
gf2_8.h 77 gf2_8_multiply(gf2_8 x, gf2_8 y);
  /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 225 milliseconds