Searched refs:PermutationKeygenRecurse (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/smhasher/src/ |
D | KeysetTest.h | 85 void PermutationKeygenRecurse ( pfHash hash, uint32_t * blocks, int blockcount, int k, std::vector<… in PermutationKeygenRecurse() function 102 PermutationKeygenRecurse(hash,blocks,blockcount,k+1,hashes); in PermutationKeygenRecurse() 117 PermutationKeygenRecurse<hashtype>(hash,blocks,blockcount,0,hashes); in PermutationKeyTest()
|