Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c889 char md5_str[33]; in IOT_OTA_Ioctl() local
890 otalib_MD5Finalize(h_ota->md5, md5_str); in IOT_OTA_Ioctl()
894 OTA_LOG_DEBUG("origin=%s, now=%s", h_ota->md5sum, md5_str); in IOT_OTA_Ioctl()
895 if (0 == strcmp(h_ota->md5sum, md5_str)) { in IOT_OTA_Ioctl()
917 char md5_str[33]; in IOT_OTA_Ioctl() local
918 otalib_MD5Finalize(h_ota->md5, md5_str); in IOT_OTA_Ioctl()
919 OTA_LOG_DEBUG("origin=%s, now=%s", h_ota->sign, md5_str); in IOT_OTA_Ioctl()
920 if (0 == strcmp(h_ota->sign, md5_str)) { in IOT_OTA_Ioctl()

Completed in 6 milliseconds