Lines Matching refs:signMethod
103 &h_ota->sign, &h_ota->signMethod, &h_ota->cota_url, in ota_callback()
143 &h_ota->sign, &h_ota->signMethod, &h_ota->cota_url, in ota_callback()
317 if (NULL != h_ota->signMethod) { in IOT_OTA_Deinit()
318 OTA_FREE(h_ota->signMethod); in IOT_OTA_Deinit()
780 if (value == NULL || *value != NULL || h_ota->signMethod == NULL) { in IOT_OTA_Ioctl()
785 *value = OTA_API_MALLOC(strlen(h_ota->signMethod) + 1); in IOT_OTA_Ioctl()
790 memset(*value, 0, strlen(h_ota->signMethod) + 1); in IOT_OTA_Ioctl()
791 memcpy(*value, h_ota->signMethod, strlen(h_ota->signMethod)); in IOT_OTA_Ioctl()
916 strncmp(h_ota->signMethod, "Md5", strlen(h_ota->signMethod))) { in IOT_OTA_Ioctl()
926 if (0 == strncmp(h_ota->signMethod, "Sha256", in IOT_OTA_Ioctl()
927 strlen(h_ota->signMethod))) { in IOT_OTA_Ioctl()