summaryrefslogtreecommitdiff
path: root/common/fpsensor/fpsensor_state.c
Commit message (Expand)AuthorAgeFilesLines
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+2
* Revert "fpsensor: Support building firmware that works for both sensors"Tom Hughes2021-04-071-10/+8
* fpsensor: Support building firmware that works for both sensorsYicheng Li2021-04-021-8/+10
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-1/+1
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-1/+1
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-091-0/+2
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-091-0/+78
* fpsensor: Prepare positive match salt.Yicheng Li2019-10-041-0/+5
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-7/+25
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-4/+5
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-281-3/+16
* fpsensor: replace memset() with always_memset()Yicheng Li2019-09-041-4/+5
* fpsensor: Don't allow enrolling more than the max number of fingersTom Hughes2019-06-241-0/+7
* fpsensor: Refactor fp_command_modeTom Hughes2019-06-241-9/+22
* fpsensor: Change new files' year to 2019Yicheng Li2019-06-151-1/+1
* fpsensor: Move crypto-related code to fpsensor_crypto.cYicheng Li2019-06-131-3/+1
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-071-5/+26
* Move fingerprint files to their own directoryTom Hughes2019-06-051-0/+156