summaryrefslogtreecommitdiff
path: root/third_party
Commit message (Expand)AuthorAgeFilesLines
* third_party/unacl-curve25519: Fix assemblyTom Hughes2022-10-244-1733/+1530
* third_party: Fix print-tests for cryptoc usersCraig Hesling2022-10-111-3/+3
* Revert "common: replace safe_memcmp with cryptoc version"Jeremy Bettis2022-09-261-0/+3
* common: replace safe_memcmp with cryptoc versionTom Hughes2022-09-261-3/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-126-9/+9
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* cryptoc: Remove abspath builtin directory workaroundCraig Hesling2022-08-251-5/+4
* cryptoc: Make cryptoc include path relativeCraig Hesling2022-08-251-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* Makefile: Add option to compile with the C standard libraryTom Hughes2022-07-191-0/+2
* trng: Rename rand to trng_randTom Hughes2022-07-061-1/+1
* Revert "trng: Rename rand to trng_rand"Pin-yen Lin2022-06-281-1/+1
* trng: Rename rand to trng_randTom Hughes2022-06-281-1/+1
* third_party/boringssl: Remove unused headerTom Hughes2022-06-212-2/+0
* tree: Files should end with single newlineTom Hughes2022-06-153-3/+0
* third_party/zephyr: Adapt atomic.h for EC build environmentDawid Niedzwiecki2022-03-101-27/+14
* third_party/zephyr: Add atomic.h from ZephyrDawid Niedzwiecki2022-03-103-0/+453
* core/cortex-m0: Fix div.S compilation with clangTom Hughes2021-12-111-2/+3
* tree: Files should end with single newlineTom Hughes2021-10-182-2/+0
* driver: Add support for BMI220 sensorMike Lee2021-10-013-0/+750
* docs: Run mdformat on all .md filesTom Hughes2021-01-281-58/+65
* cortex-m/m0: uses BL reg as SW PANIC infoEric Yilun Lin2021-01-113-0/+3
* make: Fix ec+cryptoc's no-change remake behaviorCraig Hesling2020-12-291-3/+9
* make: Add comment about libcryptocCraig Hesling2020-12-241-0/+3
* make: Rename cryptoc path variableCraig Hesling2020-12-241-3/+3
* make: Move libcryptoc rules to third_party/rules.mkCraig Hesling2020-12-241-0/+47
* third_party/linux: Adapt overflow.h for EC build environmentTom Hughes2020-09-241-10/+17
* third_party/linux: Add overflow.h from Linux kernelTom Hughes2020-09-243-0/+367
* Revert "util: add gen_bmi_config utility"stabilize-13421.53.B-masterstabilize-13421.42.B-masterKeith Short2020-08-212-0/+0
* bmi260: move BMI260 init file into .init.rom sectionKeith Short2020-08-201-1/+1
* COIL: change usage of sanityDaisuke Nojiri2020-08-141-5/+5
* util: add gen_bmi_config utilityKeith Short2020-07-102-0/+0
* third_party/incbin: Add public domain incbinKeith Short2020-07-1011-0/+889
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* driver: Add BMI260 basic driver supportChing-Kang Yen2020-04-233-0/+750
* common/sha256: Move to third_partyNicolas Boichat2020-03-253-0/+336
* core/cortex-m[0]: Move core functions assembly files to third_partyNicolas Boichat2020-03-258-0/+795
* core/cortex-m0/curve25519: Move code to third_party folderNicolas Boichat2020-03-257-0/+3270
* curve25519: Move to third_partyNicolas Boichat2020-03-245-0/+1155
* aes-gcm: Fix unused error for kSizeTWithoutLower4BitsCraig Hesling2019-06-241-4/+6
* aes-gcm: Fix undefined ref gcm_gmult_v8 gcm_ghash_v8Craig Hesling2019-06-141-1/+17
* aes-gcm: Adapt AES-GCM to build for ECNicolas Boichat2018-09-213-330/+57
* aes-gcm: Baseline implementation from BoringSSLNicolas Boichat2018-09-203-0/+1860
* aes: Adapt AES code to build for ECNicolas Boichat2018-09-203-187/+84
* aes: Baseline implementation from BoringSSLNicolas Boichat2018-09-205-0/+2492