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

  /external/chromium_org/crypto/
ghash.h 63 // MulAfterPrecomputation sets |x| = |x|*h where h is |table[1]| and
65 static void MulAfterPrecomputation(const FieldElement* table,
ghash.cc 119 MulAfterPrecomputation(product_table_, &y_);
166 void GaloisHash::MulAfterPrecomputation(const FieldElement* table,
228 MulAfterPrecomputation(product_table_, &y_);

Completed in 63 milliseconds