Searched refs:digestSuccess (Results 1 – 2 of 2) sorted by relevance
117 …bool digestSuccess = computeDigest(HashAlgorithmSha1, digestableCString.data(), digestableCString.… in getExpectedWebSocketAccept() local118 RELEASE_ASSERT(digestSuccess); in getExpectedWebSocketAccept()
330 …bool digestSuccess = computeDigest(kAlgorithmMap[i].algorithm, normalizedSource.data(), normalized… in checkDigest() local331 …if (digestSuccess && isAllowedByAllWithHash<allowed>(policies, CSPHashValue(kAlgorithmMap[i].cspHa… in checkDigest()