summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/u2f.c
Commit message (Expand)AuthorAgeFilesLines
* cr50: switch ECDSA to use enum dcrypto_result, added FIPS checksVadim Sukhomlinov2021-09-241-16/+33
* cr50: detangle public and internal APIs of FIPS moduleVadim Sukhomlinov2021-09-181-3/+1
* cr50: block access to U2F functions in case of FIPS errorsVadim Sukhomlinov2021-09-171-0/+11
* cr50: remove unused and empty struct APPKEY_CTX from APIsVadim Sukhomlinov2021-09-171-3/+2
* cr50: switch to FIPS key gen for U2F and G2FVadim Sukhomlinov2021-09-151-13/+67
* cr50: make p256_int aligned - improve code size & performanceVadim Sukhomlinov2021-09-141-4/+3
* cr50: consolidate FIPS module sources under board/cr50/dcryptoVadim Sukhomlinov2021-09-101-0/+639