summaryrefslogtreecommitdiff
path: root/firmware/2lib/2rsa.c
Commit message (Expand)AuthorAgeFilesLines
* vboot2: Add support for modexp accelerationKangheui Won2020-10-031-2/+17
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-061-39/+0
* vboot: Fix fuzzer buildManoj Gupta2020-03-191-0/+1
* firmware: Fix more UBSAN left shift errors.Manoj Gupta2019-10-281-1/+2
* vboot: fix up some more includesJoel Kitching2019-09-231-1/+1
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-6/+6
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-0/+8
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-6/+6
* vboot_reference: Add support for 3072-bit exponent 3 keysNicolas Boichat2017-03-161-0/+6
* vboot_reference: Add support for 2048-bit exponent 3 keysstabilize-9313.Bfirmware-cr50-release-9308.25.Bfirmware-cr50-mp-release-9308.87.Bfirmware-cr50-mp-r86-9311.70.Bfirmware-cr50-mp-9311.Bfirmware-cr50-guc-factory-9308.26.Bfirmware-cr50-9308.Bfirmware-cr50-9308.24.BNicolas Boichat2017-02-181-10/+78
* VBOOT2: Add work buffer too small error messageLee Leahy2015-08-271-1/+3
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-061-1/+1
* vboot2: use enum signature algorithmRandall Spangler2014-10-281-38/+63
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-15/+7
* vboot2: move verify digest to 2commonRandall Spangler2014-10-221-7/+9
* vboot2: move vb2_safe_memcmp() from rsa to commonRandall Spangler2014-10-181-32/+0
* vboot2: Fix potential null pointer dereferenceRandall Spangler2014-09-241-1/+2
* vboot2: Use more specific error codesstabilize-5944.Bstabilize-5943.Bstabilize-5942.Bfactory-samus-5939.BRandall Spangler2014-06-071-7/+7
* vboot2: Add crypto functionsRandall Spangler2014-06-051-0/+361