Home | History | Annotate | Download | only in Support

Lines Matching refs:MD5

1 //===- llvm/unittest/Support/MD5Test.cpp - MD5 tests ----------------------===//
10 // This file implements unit tests for the MD5 functions.
16 #include "llvm/Support/MD5.h"
24 MD5 Hash;
26 MD5::MD5Result MD5Res;
29 MD5::stringifyResult(MD5Res, Res);
34 MD5 Hash;
36 MD5::MD5Result MD5Res;
39 MD5::stringifyResult(MD5Res, Res);
43 TEST(MD5Test, MD5) {