HomeSort by relevance Sort by last modified time
    Searched defs:Htable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/modes/
internal.h 161 /* Relative position of Xi, H and pre-computed Htable is used in some
163 u128 Htable[16];
164 void (*gmult)(uint64_t Xi[2], const u128 Htable[16]);
165 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
  /external/openssl/crypto/modes/
modes_lcl.h 103 /* Relative position of Xi, H and pre-computed Htable is used
106 u128 Htable[256];
108 u128 Htable[16];
109 void (*gmult)(u64 Xi[2],const u128 Htable[16]);
110 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);

Completed in 240 milliseconds