Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKImage.cpp86 printf("%02X ", m_md5[i * 16 + j]); in Md5Check()
90 if (memcmp(newMd5, m_md5, 32) != 0) in Md5Check()
189 lpMd5 = m_md5; in GetMd5Data()
225 memset(m_md5, 0, 32); in CRKImage()
313 size_t ret = fread(m_md5, 1, 32, m_pFile); in CRKImage()
327 size_t read = fread(m_md5, 1, 32, m_pFile); in CRKImage()
H A DRKImage.h71 BYTE m_md5[32]; variable
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkimage.c103 unsigned char m_md5[32]; in analyticImage() local
146 if ( read(fd, m_md5, 32) != 32) { in analyticImage()
187 if (!compareMd5sum((char*)filepath, m_md5, 0, fileSize - 32)) { in analyticImage()