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

stefanberger / libtpms
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Repo Added 23 Oct 2018 06:58PM UTC
Files 458
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

LAST BUILD ON BRANCH dcache
branch: dcache
CHANGE BRANCH
x
Reset
  • dcache
  • HEAD
  • ac_link_ifelse
  • autoconf_check_defines
  • cflags_wmissing_prototypes
  • configure_with_tpm2_default
  • constant_time
  • coverity-fixes
  • coverity_scan
  • cpp_coveralls
  • cpp_coveralls.dashb
  • cppcheck
  • dynamic_hlk_compliance
  • ecc_consttime
  • ecc_fixes
  • extend_context_gap
  • fix_304
  • fix_fortify_source
  • fix_issue_195
  • fix_json
  • fix_nistp521_parameter_reporting
  • fix_readme
  • fix_rsa_decrypt_stack_smash
  • fix_s390x
  • fix_tpm2_contextsave
  • fuzzer-data
  • hlk_compliant
  • libtpms_added
  • man_page_cleanup
  • master
  • master.autoupdate
  • master.coverity
  • master.fixes
  • master.fuzzer
  • master.next
  • master.next,rhel6
  • master.next.rsa
  • master.ossl3
  • master.sm4-getsymtestdata
  • move-to-buildsys
  • nvmarshal_typos
  • pure_openssl
  • pure_openssl_rsa_crt
  • pure_openssl_seeds
  • rev155
  • rev159
  • rev162
  • rev164
  • rsa_3072
  • rsa_pkcs1_returnvalue
  • silent_rules
  • stable-0.6.0
  • stable-0.6.0-compile-fixes
  • stable-0.6.0-fix_issue_195
  • stable-0.6.0.next
  • stable-0.7.0
  • stable-0.7.0-constanttime
  • stable-0.7.0-ecc_consttime
  • stable-0.7.0-fix_issue_195
  • stable-0.7.0-fix_nistp521_parameter_reporting
  • stable-0.7.0.next
  • stable-0.7.0_fix_iv
  • stable-0.8
  • stable-0.8-erroneous-gitignore
  • stable-0.8-fix_issue_195
  • stable-0.8.next
  • stable-0.8.next.ossl3
  • stable-0.8_fix_iv
  • stable-0.9
  • stable-0.9.next
  • stefanberger/add_sm4_to_json
  • stefanberger/coverity_fixes
  • stefanberger/do_not_write_permanent_state_if_only_clock_changed
  • stefanberger/enable_camellia
  • stefanberger/extend_context_gap
  • stefanberger/openssl3-helpers-part1
  • stefanberger/openssl3-helpers-part2
  • stefanberger/prepare-0.9-release
  • stefanberger/tpm12_coverity
  • travis
  • ubsan
  • v0.6.1
  • v0.6.2
  • v0.6.3
  • v0.6.4
  • v0.6.5
  • v0.6.6
  • v0.7.0
  • v0.7.1
  • v0.7.10
  • v0.7.2
  • v0.7.3
  • v0.7.4
  • v0.7.5
  • v0.7.6
  • v0.7.7
  • v0.7.8
  • v0.7.9
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.8.5
  • v0.8.6
  • v0.8.7
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • v0.9.3
  • v0.9.4

pending completion
1969

Pull #192

travis-ci-com

web-flow
Merge f522bdb58 into 23b27060b
Pull Request #192: tpm2: Implement a cache for the private exponent D and prime Q

68 of 68 new or added lines in 3 files covered. (100.0%)

29010 of 37447 relevant lines covered (77.47%)

93511.17 hits per line

Relevant lines Covered
Build:
Build:
37447 RELEVANT LINES 29010 COVERED LINES
93511.17 HITS PER LINE
Source Files on dcache
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1969 dcache Merge f522bdb58 into 23b27060b Pull #192 23 Mar 2021 06:16PM UTC web-flow travis-ci-com pending completion  
1968 dcache tpm2: Implement a cache for the private exponent D and prime Q Implement a cache for the private exponent 'D' and prime 'Q' so that we do not have to recalculate 'Q' and 'D' every time an RSA key is used. For a cache hit we now use ~34000 cycles ... push 23 Mar 2021 05:52PM UTC stefanberger travis-ci-com pending completion  
1967 dcache Merge 3efd99383 into 23b27060b Pull #192 22 Mar 2021 03:06PM UTC web-flow travis-ci-com pending completion  
1966 dcache tpm2: Implement a cache for the private exponent D and prime Q Implement a cache for the private exponent 'D' and prime 'Q' so that we do not have to recalculate 'Q' and 'D' every time an RSA key is used. For a cache hit we now use ~34000 cycles ... push 22 Mar 2021 02:45PM UTC stefanberger travis-ci-com pending completion  
1965 dcache Merge 41efc8dae into 23b27060b Pull #192 22 Mar 2021 02:33PM UTC web-flow travis-ci-com pending completion  
1962 dcache Merge 358b1b6c7 into 23b27060b Pull #192 19 Mar 2021 08:53PM UTC web-flow travis-ci-com pending completion  
1961 dcache 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 aroun... push 19 Mar 2021 08:31PM UTC stefanberger travis-ci-com pending completion  
1941 dcache Merge 84415a304 into 32c159ab5 Pull #192 01 Mar 2021 09:59PM UTC web-flow travis-ci-com pending completion  
1940 dcache 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 aroun... push 01 Mar 2021 09:37PM UTC stefanberger travis-ci-com pending completion  
1886 dcache Merge f5277644c into 1253aa359 Pull #192 25 Feb 2021 08:56PM UTC web-flow travis-ci-com pending completion  
See All Builds (2509)
  • Repo on GitHub
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