summaryrefslogtreecommitdiff
path: root/common/fpsensor
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-test-13517.B-masterBrian Norris2021-09-101-7/+0
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-292-5/+5
* fpsensor: Fix buffer check to account for overflowTom Hughes2020-09-252-4/+15
* fpsensor: Run maintenance when in maintenance modeTom Hughes2020-08-311-0/+3
* fingerprint: Stopgap to repair public buildsCraig Hesling2020-08-151-1/+4
* driver/fingerprint: Add a common sensor maintenance functionTom Hughes2020-08-061-0/+8
* Bloonchipper: USART based transport layer for host commandBhanu Prakash Maiya2020-06-052-1/+1
* fpsensor: cleanup multiple fp spi enableBhanu Prakash Maiya2020-06-052-7/+1
* bloonchipper: Add transport and sensor detectionTom Hughes2020-01-083-0/+39
* fpsensor: update OWNERSTom Hughes2019-12-191-1/+1
* fpsensor: Make fpcapture and fpenroll restrictedCraig Hesling2019-11-181-4/+14
* fpsensor: Copy BEP and libfp source files from private repoTom Hughes2019-10-282-34/+0
* fuzz_host_cmd: Add fpsensor task + fp host cmdsCraig Hesling2019-10-251-2/+1
* mock: Add fp_sensor and mkbp_events mocksCraig Hesling2019-10-251-1/+1
* fpsensor: Add support for migration to positive match secret.Yicheng Li2019-10-101-4/+34
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-093-16/+76
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-092-7/+88
* fpsensor: Prepare derivation of positive match secret.Yicheng Li2019-10-081-0/+44
* fpsensor: Prepare positive match salt.Yicheng Li2019-10-042-2/+12
* fpsensor: Add hkdf-expand implementation for arbitrary output size.Yicheng Li2019-10-031-1/+57
* fpsensor: Fix public buildTom Hughes2019-10-032-0/+33
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-7/+25
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-022-9/+10
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-282-8/+31
* fpsensor: replace memset() with always_memset()Yicheng Li2019-09-043-7/+12
* fpsensor: Change crypto functions to return error code instead of result codeYicheng Li2019-07-262-21/+21
* fpsensor: Add help descriptions for console commandsstabilize-12301.BTom Hughes2019-06-261-4/+8
* fpsensor: Return correct error code for console commandTom Hughes2019-06-241-2/+2
* fpsensor: Don't allow enrolling more than the max number of fingersTom Hughes2019-06-241-0/+7
* fpsensor: Refactor fp_command_modeTom Hughes2019-06-242-16/+40
* fpsensor: Move HKDF code to helper functionsYicheng Li2019-06-211-18/+60
* fpsensor: delete extra slash in build pathYicheng Li2019-06-151-3/+3
* fpsensor: Change new files' year to 2019Yicheng Li2019-06-151-1/+1
* fpsensor: Add unit test for derive_encryption_key().Yicheng Li2019-06-142-2/+2
* fpsensor: Move crypto-related code to fpsensor_crypto.cYicheng Li2019-06-135-138/+162
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-072-8/+30
* fpsensor: Replace ccprintf/s with CCPRINTF/STom Hughes2019-06-071-11/+11
* fpsensor: Add instructions for using screen instead of minicomTom Hughes2019-06-061-1/+18
* Add OWNERS files for fingerprintTom Hughes2019-06-051-0/+7
* Move fingerprint files to their own directoryTom Hughes2019-06-053-0/+982