Searched refs:md5_ctx (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2007-04-24-Huge-Stack.ll | 6 %struct.md5_ctx = type { i32, i32, i32, i32, [2 x i32], i32, [128 x i8], [4294967288 x i8] } 10 %ctx = alloca %struct.md5_ctx, align 16 ; <%struct.md5_ctx*> [#uses=3] 11 call void @md5_init_ctx( %struct.md5_ctx* %ctx ) 12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx ) 13 %tmp4 = call i8* @md5_finish_ctx( %struct.md5_ctx* %ctx, i8* %resblock ) ; <i8*> [#uses=1] 17 declare void @md5_init_ctx(%struct.md5_ctx*) 19 declare i8* @md5_finish_ctx(%struct.md5_ctx*, i8*) 21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
|
/external/elfutils/lib/ |
D | md5.h | 45 struct md5_ctx struct 64 extern void md5_init_ctx (struct md5_ctx *ctx); argument 71 struct md5_ctx *ctx); 78 struct md5_ctx *ctx); 87 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf); 96 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
|
D | md5.c | 52 md5_init_ctx (struct md5_ctx *ctx) in md5_init_ctx() 69 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) in md5_read_ctx() 95 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) in md5_finish_ctx() 131 struct md5_ctx ctx; in md5_stream() 187 struct md5_ctx ctx; in md5_buffer() 202 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_bytes() 286 md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_block()
|
/external/libvncserver/common/ |
D | md5.h | 82 struct md5_ctx struct 101 extern void __md5_init_ctx (struct md5_ctx *ctx) __THROW; argument 108 struct md5_ctx *ctx) __THROW; 115 struct md5_ctx *ctx) __THROW; 124 extern void *__md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) __THROW; 133 extern void *__md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) __THROW;
|
D | md5.c | 55 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx); 57 md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx); 68 struct md5_ctx *ctx; in md5_init_ctx() 86 const struct md5_ctx *ctx; in md5_read_ctx() 104 struct md5_ctx *ctx; in md5_finish_ctx() 140 struct md5_ctx ctx; 196 struct md5_ctx ctx; 213 struct md5_ctx *ctx; 300 struct md5_ctx *ctx;
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 589 MD5Context md5_ctx; in main_loop() local 768 MD5Init(&md5_ctx); in main_loop() 1035 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop() 1044 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop() 1070 update_image_md5(img, planes, &md5_ctx); in main_loop() 1078 MD5Init(&md5_ctx); in main_loop() 1079 update_image_md5(img, planes, &md5_ctx); in main_loop() 1080 MD5Final(md5_digest, &md5_ctx); in main_loop() 1109 MD5Final(md5_digest, &md5_ctx); in main_loop()
|
/external/fio/ |
D | verify.c | 624 struct fio_md5_ctx md5_ctx = { in verify_io_u_md5() local 630 fio_md5_init(&md5_ctx); in verify_io_u_md5() 631 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(hdr)); in verify_io_u_md5() 632 fio_md5_final(&md5_ctx); in verify_io_u_md5() 634 if (!memcmp(vh->md5_digest, md5_ctx.hash, sizeof(hash))) in verify_io_u_md5() 639 vc->bad_crc = md5_ctx.hash; in verify_io_u_md5() 952 struct fio_md5_ctx md5_ctx = { in fill_md5() local 956 fio_md5_init(&md5_ctx); in fill_md5() 957 fio_md5_update(&md5_ctx, p, len); in fill_md5() 958 fio_md5_final(&md5_ctx); in fill_md5()
|
/external/libvncserver/libvncserver/ |
D | rfbcrypto_included.c | 31 struct md5_ctx c; in digestmd5()
|
/external/curl/lib/ |
D | md5.c | 38 typedef struct md5_ctx MD5_CTX;
|
/external/curl/src/ |
D | tool_metalink.c | 38 # define MD5_CTX struct md5_ctx
|
/external/curl/lib/vtls/ |
D | gtls.c | 1547 struct md5_ctx MD5pw; in Curl_gtls_md5sum()
|
/external/elfutils/src/ |
D | ldgeneric.c | 4231 struct md5_ctx ctx; in compute_build_id()
|