summaryrefslogtreecommitdiff
path: root/include/fpsensor_state.h
Commit message (Expand)AuthorAgeFilesLines
* fpsensor: Export fp_read_match_secretYi Chou2023-05-021-0/+10
* fpsensor: Use consistent unsigned type for finger indexTom Hughes2023-04-171-1/+1
* fpsensor: Unify type used to represent template countTom Hughes2023-03-301-5/+5
* fpsensor: Compile more fingerprint files with C++Tom Hughes2023-03-141-0/+8
* driver/fingerprint: Rename fpsensor.hBobby Casey2023-03-031-1/+1
* include: Sort header filesJeremy Bettis2022-11-291-4/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* fpsensor: Fix fp_set_sensor_mode return typeTom Hughes2022-09-061-1/+1
* include/fpsensor_state.h: Format with clang-formatJack Rosenthal2022-06-291-11/+9
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+3
* Revert "fpsensor: Support building firmware that works for both sensors"Tom Hughes2021-04-071-32/+7
* fpsensor: Support building firmware that works for both sensorsYicheng Li2021-04-021-7/+32
* fpsensor: Clean up headers and MakefilesTom Hughes2019-10-281-17/+2
* fuzz_host_cmd: Add fpsensor task + fp host cmdsCraig Hesling2019-10-251-0/+5
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-091-1/+3
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-091-1/+33
* fpsensor: Prepare derivation of positive match secret.Yicheng Li2019-10-081-0/+1
* fpsensor: Prepare positive match salt.Yicheng Li2019-10-041-0/+4
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-281-3/+4
* fpsensor: Add unit tests for fp_set_sensor_modeTom Hughes2019-06-241-1/+2
* fpsensor: Refactor fp_command_modeTom Hughes2019-06-241-0/+9
* fpsensor: Change new files' year to 2019Yicheng Li2019-06-151-1/+1
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-071-0/+3
* fpsensor: move hardware-independent code to fpsensor_state.cYicheng Li2019-05-281-0/+96