summaryrefslogtreecommitdiff
path: root/board/cr50/u2f.c
Commit message (Expand)AuthorAgeFilesLines
* capitalize enum tpm_read_rv and tpm_write_rvstabilize-volteer-12931.B-cr50_stabNamyoon Woo2020-02-221-5/+5
* cr50: Add dummy U2F_ADPU vendor command.Louis Collard2019-10-241-0/+56
* cr50: Remove concept of U2F modeLouis Collard2019-10-241-56/+1
* cr50: Refactor access to U2F stateLouis Collard2019-09-231-40/+76
* cr50: Delete legacy U2F implementationLouis Collard2019-08-231-56/+0
* cr50: Add vendor command to set U2F modestabilize-12441.BLouis Collard2019-08-211-0/+17
* cr50: Remove user presence check message.Keith Short2019-06-031-1/+4
* cr50: Generate new G2F seed.Louis Collard2019-05-211-1/+7
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-051-9/+6
* cr50: convert functions into staticNamyoon Woo2019-04-051-1/+1
* cr50: Update U2F key generation to meet FIPS requirements.Louis Collard2019-02-271-2/+21
* cr50: Change U2F key derivation to include user secrets.Louis Collard2019-01-311-0/+46
* cr50: change how u2f calculates recent power button pressesMary Ruthven2019-01-301-1/+2
* cr50: dbg: add support for debugging u2fMary Ruthven2019-01-301-1/+5
* cr50: Add a separate seed for kek, that resets on TPM clear.Louis Collard2018-11-271-1/+49
* cr50: Add helper functions for device-is-enabledRandall Spangler2017-08-171-3/+1
* cr50: fix saving the U2F seed to flashVincent Palatin2017-08-041-0/+2
* cr50: ensure the hash sizes are correct in U2F codeVincent Palatin2017-07-031-5/+5
* cr50: add U2F supportVincent Palatin2017-06-291-0/+226