Home
last modified time | relevance | path

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

/third_party/openh264/test/utils/
DHashFunctions.h17 char hashStrCmp[SHA_DIGEST_LENGTH * 2 + 1]; in CompareHash() local
18 ToHashStr (hashStrCmp, digest, SHA_DIGEST_LENGTH); in CompareHash()
19 EXPECT_STREQ (hashStr, hashStrCmp); in CompareHash()
23 char hashStrCmp[SHA_DIGEST_LENGTH * 2 + 1]; in CompareHashAnyOf() local
24 ToHashStr (hashStrCmp, digest, SHA_DIGEST_LENGTH); in CompareHashAnyOf()
26 if (0 == strcmp (hashStr[i], hashStrCmp)) in CompareHashAnyOf()
30 EXPECT_STREQ (hashStr[0], hashStrCmp); in CompareHashAnyOf()