Searched defs:keybytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A DAvalancheTest.h30 const int keybytes = sizeof(keytype); local
33 const int keybits = keybytes * 8;
43 r.rand_p(&K,keybytes);
45 hash(&K,keybytes,0,&A);
51 flipbit(&K,keybytes,iBit);
52 hash(&K,keybytes,0,&B);
53 flipbit(&K,keybytes,iBit);
73 const int keybytes = sizeof(keytype); local
76 const int keybits = keybytes * 8;
115 const int keybytes local
199 const int keybytes = sizeof(keytype); local
241 const int keybytes = sizeof(keytype); local
349 const int keybytes = sizeof(keytype); local
[all...]
H A DKeysetTest.h327 const int keybytes = prefixlen + corelen + suffixlen; local
334 uint8_t * key = new uint8_t[keybytes+1];
336 key[keybytes] = 0;
355 hash(key,keybytes,0,&hashes[i]);
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc314 uint8 keybytes[21], k1[8], k2[8], k3[8]; local
316 memcpy(keybytes, hash, 16);
317 ZapBuf(keybytes + 16, 5);
319 DESMakeKey(keybytes , k1);
320 DESMakeKey(keybytes + 7, k2);
321 DESMakeKey(keybytes + 14, k3);

Completed in 78 milliseconds