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

libtom / libtomcrypt / 1275
90%

Build:
DEFAULT BRANCH: develop
Ran 19 Jan 2018 09:10AM UTC
Jobs 1
Files 405
Run time 14s
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

pending completion
1275

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

Jobs
ID Job ID Ran Files Coverage
1 1275.1 (BUILDSCRIPT=".ci/meta_builds.sh" BUILDNAME="META_BUILDS" BUILDOPTIONS="-DGMP_DESC" ) 19 Jan 2018 09:10AM UTC 0
90.92
Travis Job 1275.1
Source Files on build 1275
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1275
  • d1d3ae2d on github
  • Prev Build on develop (#1265)
  • Next Build on develop (#1287)
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