Searched refs:md5Context (Results 1 – 2 of 2) sorted by relevance
81 MD5_CTX md5Context; in computeMD5HashStringForBitmapContext() local82 MD5_Init(&md5Context); in computeMD5HashStringForBitmapContext()90 MD5_Update(&md5Context, buffer, 4 * pixelsWide); in computeMD5HashStringForBitmapContext()97 MD5_Update(&md5Context, bitmapData, 4 * pixelsWide); in computeMD5HashStringForBitmapContext()102 MD5_Final(hash, &md5Context); in computeMD5HashStringForBitmapContext()
78 MD5_CTX md5Context; in computeMD5HashStringForBitmapContext() local79 MD5_Init(&md5Context); in computeMD5HashStringForBitmapContext()82 MD5_Update(&md5Context, bitmapData, 4 * pixelsWide); in computeMD5HashStringForBitmapContext()86 MD5_Final(hash, &md5Context); in computeMD5HashStringForBitmapContext()