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

stefanberger / libtpms / 1961 / 2
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 19 Mar 2021 08:31PM UTC
Files 457
Run time 1min
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 Mar 2021 08:02PM UTC coverage: 77.478% (-0.06%) from 77.537%
COVERITY_SCAN_TOKEN=[secure] CONFIG="--with-openssl --prefix=/usr --with-tpm2 --enable-test-coverage" TARGET="install" NPROC="nproc"

push

travis-ci-com

stefanberger
tpm2: Implement a cache for the private exponent D

Implement a cache for the private exponent 'D' so that we do not
have to recalculate 'D' every time an RSA key is used. For a cache
hit we now use ~17000 cycles and on a cache miss it needs around
130000 cycles. Previously it needed around 100000 cycles. Assuming
that keys will be reused and the cache is big enough (64 entries),
it seems well worth it.

This solution is better than extending the OBJECT with 'D' since
OBJECT is kept in the TPM's NVRAM and we would then need more
memory to store OBJECTs there.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>

29004 of 37435 relevant lines covered (77.48%)

94002.95 hits per line

Source Files on job 1961.2 (COVERITY_SCAN_TOKEN=[secure] CONFIG="--with-openssl --prefix=/usr --with-tpm2 --enable-test-coverage" TARGET="install" NPROC="nproc")
  • Tree
  • List 0
  • Changed 131
  • Source Changed 70
  • Coverage Changed 100
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1252
  • Travis Job 1961.2
  • 358b1b6c on github
  • Prev Job for COVERITY_SCAN_TOKEN=[secure] CONFIG="--with-openssl --prefix=/usr --with-tpm2 --enable-test-coverage" TARGET="install" NPROC="nproc" on dcache (#1940.2)
  • Next Job for COVERITY_SCAN_TOKEN=[secure] CONFIG="--with-openssl --prefix=/usr --with-tpm2 --enable-test-coverage" TARGET="install" NPROC="nproc" on dcache (#1966.2)
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