HomeSort by relevance Sort by last modified time
    Searched defs:MD5Update (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
md5_utils.c 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
155 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/chromium_org/third_party/webrtc/base/
md5.cc 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
52 void MD5Update(MD5Context* ctx, const uint8* buf, size_t len) {
141 // reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/libvpx/libvpx/
md5_utils.c 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
155 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
md5_utils.c 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
155 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/wpa_supplicant_8/src/crypto/
md5-internal.c 38 MD5Update(&ctx, addr[i], len[i]);
57 * MD5Context structure, pass it to MD5Init, call MD5Update as
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
202 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/chromium_org/base/
md5.cc 19 * MD5Context structure, pass it to MD5Init, call MD5Update as
63 * reflect the addition of 16 longwords of new data. MD5Update blocks
170 void MD5Update(MD5Context* context, const StringPiece& data) {
293 MD5Update(&ctx,
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
md5.cc 22 * MD5Context structure, pass it to MD5Init, call MD5Update as
70 * reflect the addition of 16 longwords of new data. MD5Update blocks
178 void MD5Update(MD5Context* context, const std::string& data) {
289 MD5Update(&ctx,
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 97 * MD5Context structure, pass it to MD5Init, call MD5Update as
148 * reflect the addition of 16 longwords of new data. MD5Update blocks
252 void MD5Update(MD5Context *ctx, const unsigned char *buf, unsigned int len){
371 MD5Update(p, (unsigned char*)zData, strlen(zData));
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c     [all...]

Completed in 2698 milliseconds