Searched refs:OTA_SHA256 (Results 1 – 5 of 5) sorted by relevance
21 case OTA_SHA256: in ota_hash_init()44 case OTA_SHA256: in ota_hash_update()65 case OTA_SHA256: in ota_hash_final()84 case OTA_SHA256: in ota_check_hash()117 case OTA_SHA256: in ota_check_image_hash()
12 return OTA_SHA256; in ota_get_sign_hash_method()68 if (hash_method != OTA_SHA256) { in ota_verify_rsa_sign()104 } else if (type == OTA_SHA256) { in ota_verify_rsa()
105 #define OTA_SHA256 (1) macro
150 ota_param.hash_type = OTA_SHA256; in ota_service_start()
101 ota_param.hash_type = OTA_SHA256; in ota_sevice_parse_msg()
Completed in 5 milliseconds