Searched
defs:in (Results
551 -
575 of
2162) sorted by null
<<21222324252627282930>>
/external/chromium_org/base/ |
md5.cc | 3 // found in the LICENSE file. 5 // The original file was copied from sqlite, and was in the public domain. 10 * written by Colin Plumb in 1993, no copyright is claimed. 11 * This code is in the public domain; do with it what you wish. 33 unsigned char in[64]; member in struct:__anon6919::Context 57 /* This is the central step in the MD5 algorithm. */ 66 void MD5Transform(uint32 buf[4], const uint32 in[16]) { 74 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7); 75 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12); 76 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17) [all...] |