Home | History | Annotate | Download | only in base

Lines Matching refs:DIGEST_MD5

21       ComputeDigest(DIGEST_MD5, ""));
23 ComputeDigest(DIGEST_MD5, "abc"));
25 ComputeDigest(DIGEST_MD5, "abcdefghijklmnopqrstuvwxyz"));
30 ComputeDigest(DIGEST_MD5, "abc", 3, output, sizeof(output)));
34 ComputeDigest(DIGEST_MD5, "abc", 3, output, sizeof(output) - 1));
69 ComputeHmac(DIGEST_MD5, std::string(16, '\x0b'), "Hi There"));
71 ComputeHmac(DIGEST_MD5, "Jefe", "what do ya want for nothing?"));
73 ComputeHmac(DIGEST_MD5, std::string(16, '\xaa'),
76 ComputeHmac(DIGEST_MD5,
81 ComputeHmac(DIGEST_MD5, std::string(16, '\x0c'),
84 ComputeHmac(DIGEST_MD5, std::string(80, '\xaa'),
87 ComputeHmac(DIGEST_MD5, std::string(80, '\xaa'),
96 ComputeHmac(DIGEST_MD5, key.c_str(), key.size(),
101 ComputeHmac(DIGEST_MD5, key.c_str(), key.size(),