Searched refs:addBytes (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DMD5.h42 void addBytes(const Vector<uint8_t>& input) function in class:WTF::MD5
44 addBytes(input.data(), input.size());
46 void addBytes(const uint8_t* input, size_t length);
H A DSHA1.h42 void addBytes(const Vector<uint8_t>& input) function in class:WTF::SHA1
44 addBytes(input.data(), input.size());
46 void addBytes(const uint8_t* input, size_t length);
H A DSHA1.cpp55 sha1.addBytes(reinterpret_cast<const uint8_t*>(input.data()), input.length());
118 void SHA1::addBytes(const uint8_t* input, size_t length) function in class:WTF::SHA1
H A DMD5.cpp44 * MD5 instance, call addBytes as needed on buffers full of bytes,
70 md5.addBytes(reinterpret_cast<const uint8_t*>(input.data()), input.length());
218 void MD5::addBytes(const uint8_t* input, size_t length) function in class:WTF::MD5
/external/webkit/Tools/WebKitTestRunner/cg/
H A DTestInvocationCG.cpp81 md5.addBytes(buffer);
87 md5.addBytes(bitmapData, 4 * pixelsWide);
/external/webkit/Tools/DumpRenderTree/cairo/
H A DPixelDumpSupportCairo.cpp78 md5Context.addBytes(bitmapData, 4 * pixelsWide);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorServerQt.cpp54 md5.addBytes(challenge, sizeof(challenge));
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.cpp157 md5.addBytes(challenge, sizeof(challenge));
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp553 digester.addBytes(reinterpret_cast<const uint8_t*>(sourceBitmap.getPixels()), sourceBitmap.getSize());

Completed in 408 milliseconds