Home
last modified time | relevance | path

Searched refs:md5_ctx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2007-04-24-Huge-Stack.ll4 %struct.md5_ctx = type { i32, i32, i32, i32, [2 x i32], i32, [128 x i8], [4294967288 x i8] }
8 %ctx = alloca %struct.md5_ctx, align 16 ; <%struct.md5_ctx*> [#uses=3]
9 call void @md5_init_ctx( %struct.md5_ctx* %ctx )
10 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
11 %tmp4 = call i8* @md5_finish_ctx( %struct.md5_ctx* %ctx, i8* %resblock ) ; <i8*> [#uses=1]
15 declare void @md5_init_ctx(%struct.md5_ctx*)
17 declare i8* @md5_finish_ctx(%struct.md5_ctx*, i8*)
19 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/external/libvpx/
Dvpxdec.c323 MD5Context *md5_ctx = out = malloc(sizeof(MD5Context)); in out_open() local
325 MD5Init(md5_ctx); in out_open()