Searched refs:OTA_MD5 (Results 1 – 4 of 4) sorted by relevance
25 case OTA_MD5: in ota_hash_init()47 case OTA_MD5: in ota_hash_update()69 case OTA_MD5: in ota_hash_final()90 case OTA_MD5: in ota_check_hash()123 case OTA_MD5: in ota_check_image_hash()224 ret = ota_check_image_hash(image_info.image_size, OTA_MD5, image_md5, 16); in ota_check_image()233 ret = ota_check_hash(OTA_MD5, cal_md5, download_md5); in ota_check_image()
102 if (type == OTA_MD5) { in ota_verify_rsa()
106 #define OTA_MD5 (2) macro
88 ota_param.hash_type = OTA_MD5; in ota_sevice_parse_msg()119 ota_param.hash_type = OTA_MD5; in ota_sevice_parse_msg()
Completed in 4 milliseconds