summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2rsa.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-1/+1
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-261-0/+1
* vboot2: Add prototype for hwcrypto RSAfactory-zork-13427.BKangheui Won2020-08-201-1/+0
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-061-11/+0
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-4/+4
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-9/+0
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-101-5/+5
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-061-1/+1
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-291-0/+3
* vboot2: use enum signature algorithmRandall Spangler2014-10-281-10/+21
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-0/+2
* vboot2: move verify digest to 2commonRandall Spangler2014-10-221-6/+6
* vboot2: Split crypto algorithms into their own header fileRandall Spangler2014-10-161-23/+5
* vboot2: Add crypto functionsRandall Spangler2014-06-051-0/+82