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

  /external/elfutils/lib/
md5.h 42 struct md5_ctx struct
61 extern void md5_init_ctx (struct md5_ctx *ctx);
68 struct md5_ctx *ctx);
75 struct md5_ctx *ctx);
84 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
93 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h 80 struct md5_ctx struct
99 extern void md5_init_ctx (struct md5_ctx *ctx);
106 struct md5_ctx *ctx);
113 struct md5_ctx *ctx);
122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 80 struct md5_ctx struct
99 extern void md5_init_ctx (struct md5_ctx *ctx);
106 struct md5_ctx *ctx);
113 struct md5_ctx *ctx);
122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h 80 struct md5_ctx struct
99 extern void md5_init_ctx (struct md5_ctx *ctx);
106 struct md5_ctx *ctx);
113 struct md5_ctx *ctx);
122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 80 struct md5_ctx struct
99 extern void md5_init_ctx (struct md5_ctx *ctx);
106 struct md5_ctx *ctx);
113 struct md5_ctx *ctx);
122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /system/core/toolbox/
md5.c 24 MD5_CTX md5_ctx; local
34 MD5_Init(&md5_ctx);
47 MD5_Update(&md5_ctx, buf, rlen);
54 MD5_Final(md5, &md5_ctx);
  /external/libvpx/libvpx/
vpxdec.c 330 MD5Context *md5_ctx = out = malloc(sizeof(MD5Context)); local
332 MD5Init(md5_ctx);
    [all...]

Completed in 328 milliseconds