summaryrefslogtreecommitdiff
path: root/common/fpsensor/fpsensor_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-3/+3
* common: Sort header filesJeremy Bettis2022-11-291-3/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* test: Add test for get ikm failure when seed not setFiras Sammoura2022-08-301-1/+1
* test: Add test for fpsensor trivial key failureBobby Casey2022-08-301-2/+4
* fpsensor_crypto: Abstract calls to hmac_SHA256Bobby Casey2022-08-301-4/+10
* common/fpsensor/fpsensor_crypto.c: Format with clang-formatJack Rosenthal2022-06-291-11/+9
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-091-1/+2
* fpsensor: Prepare derivation of positive match secret.Yicheng Li2019-10-081-0/+44
* fpsensor: Add hkdf-expand implementation for arbitrary output size.Yicheng Li2019-10-031-1/+57
* fpsensor: replace memset() with always_memset()Yicheng Li2019-09-041-3/+4
* fpsensor: Change crypto functions to return error code instead of result codeYicheng Li2019-07-261-17/+17
* fpsensor: Move HKDF code to helper functionsYicheng Li2019-06-211-18/+60
* fpsensor: Add unit test for derive_encryption_key().Yicheng Li2019-06-141-1/+1
* fpsensor: Move crypto-related code to fpsensor_crypto.cYicheng Li2019-06-131-0/+142