Searched refs:out_md5sum (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | md5sum.c | 34 bool checkdata_mtd(const char *dest_path, unsigned char* out_md5sum, long long offset, long long ch… in checkdata_mtd() argument 83 if (out_md5sum != NULL) { in checkdata_mtd() 84 memset(out_md5sum, 0, 16); in checkdata_mtd() 85 memcpy(out_md5sum, md5sum, 16); in checkdata_mtd() 93 bool checkdata(const char *dest_path, unsigned char *out_md5sum, long long offset, long long checkS… in checkdata() argument 136 if (out_md5sum != NULL) { in checkdata() 137 memset(out_md5sum, 0, 16); in checkdata() 138 memcpy(out_md5sum, md5sum, 16); in checkdata()
|