summaryrefslogtreecommitdiff
path: root/tests/rsa_verify_benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-4/+4
* Switch to using .vbprivk for signing everything now.Bill Richardson2010-07-011-4/+4
* VBoot Reference: Output debug information using debug() instead of fprintf().Gaurav Shah2010-04-051-4/+4
* combined patch for:Gaurav Shah2010-03-311-3/+1
* Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries"David Garcia2010-03-311-1/+3
* VBoot Reference: Refactor Part 2 - Crypto LibrariesGaurav Shah2010-03-301-3/+1
* VBoot Reference: Fix many memory leaks.Gaurav Shah2010-03-121-1/+2
* Vboot Reference: Make length types explicitly sized.Gaurav Shah2010-03-101-1/+1
* Vboot Reference: Refactor Code.Gaurav Shah2010-03-021-1/+1
* Fix a typo in the RSA benchmark.Gaurav Shah2010-03-011-3/+4
* Refactor siglen_map[] to store key size in bytes instead of 32-bit words.Gaurav Shah2010-02-281-1/+1
* Make crypto benchmark output compatible with autotest.Gaurav Shah2010-02-281-4/+12
* Vboot reference: A basic user-land verified boot firmware signing and verifi...Gaurav Shah2010-02-261-3/+2
* Vboot Reference: Add a RSA verify benchmark.Gaurav Shah2010-02-171-0/+87