summaryrefslogtreecommitdiff
path: root/common/fpsensor.c
Commit message (Expand)AuthorAgeFilesLines
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-2/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* fpsensor: compilation error if RNG is not supportedNicolas Norvez2019-02-271-2/+2
* Add fingerprint match code for no template caseTom Hughes2018-12-061-8/+13
* fpsensor: Move the definition of FP_TEMPLATE_FORMAT_VERSIONNicolas Norvez2018-11-071-1/+0
* fpsensor: add TPM seed to Input Key MaterialNicolas Norvez2018-11-021-6/+43
* fpsensor: FP_INFO reports the template versionNicolas Norvez2018-10-021-0/+1
* fpsensor: add user_id to key derivationNicolas Norvez2018-10-021-2/+20
* fpsensor: Clear reset bit only after reset completesPrashant Malani2018-10-021-1/+1
* fpsensor: Add support for sensor reset commandPrashant Malani2018-10-021-2/+18
* fpsensor: validate args of EC_CMD_FP* commandsNicolas Norvez2018-09-221-8/+26
* fpsensor: safer argument checkingNicolas Norvez2018-09-221-13/+34
* fpsensor: only 1 encryption per secondNicolas Norvez2018-09-211-0/+9
* fpsensor: add a version to the template formatNicolas Norvez2018-09-211-0/+19
* fpsensor: Encrypt the FP templates with HW keyNicolas Norvez2018-09-211-25/+213
* fingerprint: Flush SPI transaction before increasing CPU clockDaisuke Nojiri2018-08-291-0/+7
* fpsensor: Add timing statistics.Aseda Aboagye2018-08-101-1/+40
* fpsensor: don't try to match without templatesNicolas Norvez2018-07-251-3/+4
* fpsensor: put the sensor in low power mode when not usedVincent Palatin2018-07-101-0/+4
* stm32: use D-cache on STM32H7Vincent Palatin2018-06-041-2/+2
* fpsensor: add capture type for reset pixel testVincent Palatin2018-05-161-1/+2
* fpsensor: export matched finger indexVincent Palatin2018-05-091-3/+6
* fpsensor: fix bug in fpcapture console commandVincent Palatin2018-04-061-1/+1
* fpsensor: add enrollment and matching interfaceVincent Palatin2018-03-201-45/+282
* meowth_fp: move large buffersVincent Palatin2018-03-161-1/+7
* fpsensor: add quality test capture typeVincent Palatin2018-02-161-1/+9
* fpsensor: update interfaceVincent Palatin2018-01-231-10/+42
* fpsensor: fix test buildVincent Palatin2018-01-181-5/+6
* eve_fp: update fingerprint architectureVincent Palatin2017-12-061-0/+306