• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

libtom / libtomcrypt / 1275 / 1
90%
develop: 90%

Build:
DEFAULT BRANCH: develop
Ran 19 Jan 2018 09:10AM UTC
Files 405
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jan 2018 08:39AM UTC coverage: 90.923% (-0.01%) from 90.936%
BUILDSCRIPT=".ci/meta_builds.sh" BUILDNAME="META_BUILDS" BUILDOPTIONS="-DGMP_DESC"

push

travis-ci

Steffen Jaeckel
ltc: ctr: update pt and ct after acceleration

Problem occurs in the condition of the following case:

1st decryption:
Decrypt a ciphertext whose length is a multiple of the block size (16B)
(len = n * block_size)
2nd decryption:
Decrypt the continuing ciphertext whose length is not a multiple of the
block size
(len = m * block_size + l)

In this case accel_ctr_encrypt() is firstly used at the 2nd decryption.
If pt and ct are not updated, the top (l = len % block_size) bytes of
decryption result are sometimes destroyed.

From: Tetsuya Yoshizaki <yoshizaki.tetsuya@socionext.com>
Signed-off-by: Tetsuya Yoshizaki <yoshizaki.tetsuya@socionext.com>
Signed-off-by: Victor Chong <victor.chong@linaro.org>

12431 of 13672 relevant lines covered (90.92%)

276560.59 hits per line

Source Files on job 1275.1 (BUILDSCRIPT=".ci/meta_builds.sh" BUILDNAME="META_BUILDS" BUILDOPTIONS="-DGMP_DESC" )
  • Tree
  • List 0
  • Changed 36
  • Source Changed 1
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1275
  • Travis Job 1275.1
  • d1d3ae2d on github
  • Prev Job for BUILDSCRIPT=".ci/meta_builds.sh" BUILDNAME="META_BUILDS" BUILDOPTIONS="-DGMP_DESC" on develop (#1265.1)
  • Next Job for BUILDSCRIPT=".ci/meta_builds.sh" BUILDNAME="META_BUILDS" BUILDOPTIONS="-DGMP_DESC" on develop (#1287.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc