/external/google-breakpad/src/common/ |
D | md5.cc | 40 static void MD5Transform(u32 buf[4], u32 const in[16]); 86 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update() 95 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update() 130 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Final() 144 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Final() 167 static void MD5Transform(u32 buf[4], u32 const in[16]) in MD5Transform() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | md5-internal.c | 17 static void MD5Transform(u32 buf[4], u32 const in[16]); 127 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update() 136 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update() 171 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Final() 185 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Final() 208 static void MD5Transform(u32 buf[4], u32 const in[16]) in MD5Transform() function
|
/external/dynamic_depth/internal/xmpmeta/ |
D | md5.cc | 27 void MD5Transform(uint32 buf[4], const uint32 in[16]); 60 MD5Transform(context->buf, context->in); in MD5Update() 68 MD5Transform(context->buf, context->in); in MD5Update() 95 MD5Transform(ctx->buf, ctx->in); in MD5Final() 108 MD5Transform(ctx->buf, ctx->in); in MD5Final() 138 DDEPTH_NO_UNSIGNED_OVERFLOW_CHECK void MD5Transform(uint32 buf[4], in MD5Transform() function
|
/external/libvpx/libvpx/ |
D | md5_utils.c | 83 MD5Transform(ctx->buf, ctx->in); in MD5Update() 91 MD5Transform(ctx->buf, ctx->in); in MD5Update() 117 MD5Transform(ctx->buf, ctx->in); in MD5Final() 128 MD5Transform(ctx->buf, ctx->in); in MD5Final() 154 VPX_NO_UNSIGNED_OVERFLOW_CHECK void MD5Transform(UWORD32 buf[4], in MD5Transform() function
|
D | md5_utils.h | 43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
|
/external/libaom/libaom/common/ |
D | md5_utils.c | 82 MD5Transform(ctx->buf, ctx->in); in MD5Update() 90 MD5Transform(ctx->buf, ctx->in); in MD5Update() 116 MD5Transform(ctx->buf, ctx->in); in MD5Final() 127 MD5Transform(ctx->buf, ctx->in); in MD5Final() 164 AOM_NO_UNSIGNED_OVERFLOW_CHECK void MD5Transform(UWORD32 buf[4], in MD5Transform() function
|
D | md5_utils.h | 43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
|
/external/libjpeg-turbo/md5/ |
D | md5.c | 111 MD5Transform(ctx->buf, (uint32 *)ctx->in); in MD5Update() 120 MD5Transform(ctx->buf, (uint32 *)ctx->in); in MD5Update() 156 MD5Transform(ctx->buf, (uint32 *)ctx->in); in MD5Final() 170 MD5Transform(ctx->buf, (uint32 *)ctx->in); in MD5Final() 194 void MD5Transform(uint32 buf[4], uint32 in[16]) in MD5Transform() function
|
D | md5.h | 53 extern void MD5Transform(uint32 buf[4], uint32 in[16]);
|
/external/libchrome/base/ |
D | md5.cc | 67 void MD5Transform(uint32_t buf[4], const uint32_t in[16]) { in MD5Transform() function 197 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Update() 207 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Update() 242 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Final() 258 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Final()
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | md5.cpp | 66 void MD5Transform(uint32_t buf[4], const uint32_t in[16]) { in MD5Transform() function 196 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Update() 206 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Update() 241 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Final() 255 MD5Transform(ctx->buf, reinterpret_cast<uint32_t*>(ctx->in)); in MD5Final()
|
/external/openssh/openbsd-compat/ |
D | md5.c | 83 MD5Transform(ctx->state, ctx->buffer); in MD5Update() 91 MD5Transform(ctx->state, input); in MD5Update() 157 MD5Transform(u_int32_t state[4], const u_int8_t block[MD5_BLOCK_LENGTH]) in MD5Transform() function
|
D | md5.h | 36 void MD5Transform(u_int32_t [4], const u_int8_t [MD5_BLOCK_LENGTH])
|
/external/dng_sdk/source/ |
D | dng_fingerprint.cpp | 291 MD5Transform (state, buffer); in Process() 296 MD5Transform (state, &input [i]); in Process() 456 void dng_md5_printer::MD5Transform (uint32 state [4], in MD5Transform() function in dng_md5_printer
|
D | dng_fingerprint.h | 301 static void MD5Transform (uint32 state [4],
|