summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-1324-24/+24
* coil: replace non-inclusive terms with "placeholder"Mary Ruthven2021-11-194-4/+4
* Revert "gpio: extend flags size to accommodate GPIO_ flags"Mary Ruthven2021-11-181-1/+1
* Revert "Cleanup: Correct GPIO alternate function parameter"Mary Ruthven2021-11-181-1/+1
* Reland "cr50_fuzz: Add fuzzer for u2f commands"Howard Yang2021-10-131-1/+1
* Revert "cr50_fuzz: Add fuzzer for u2f commands"Vadim Bendebury2021-10-071-1/+1
* cr50_fuzz: Add fuzzer for u2f commandsstabilize-ambassador-14268.43.B-cr50_stabstabilize-14268.67.B-cr50_stabstabilize-14268.52.B-cr50_stabstabilize-14268.51.B-cr50_stabrelease-R96-14268.B-cr50_stabHoward Yang2021-10-071-1/+1
* cr50: Update AES public APIsfactory-ambassador-14265.B-cr50_stabVadim Sukhomlinov2021-10-051-5/+6
* cr50: provide public crypto API for HMAC/HASH with error reporting.Vadim Sukhomlinov2021-10-023-2/+22
* cr50: refactor HMAC_DRBG to simplify reseeding and initialization logicstabilize-14249.B-cr50_stabVadim Sukhomlinov2021-09-281-0/+6
* cr50: remove unused and empty struct APPKEY_CTX from APIsVadim Sukhomlinov2021-09-171-3/+2
* cr50: switch to using DRBG for key generation purposes.Vadim Sukhomlinov2021-09-171-0/+7
* cr50: consolidate FIPS module sources under board/cr50/dcryptoVadim Sukhomlinov2021-09-101-1/+1
* u2f: refactoring to split command processing and cryptoVadim Sukhomlinov2021-09-021-0/+3
* Revert "u2f: refactoring to split command processing and crypto"stabilize-14179.B-cr50_stabstabilize-14178.B-cr50_stabDavid Stevens2021-08-251-3/+0
* u2f: refactoring to split command processing and cryptoVadim Sukhomlinov2021-08-241-0/+3
* cr50: drop cryptoc for SHA1/SHA2 supportstabilize-14150.882.B-cr50_stabstabilize-14150.881.B-cr50_stabstabilize-14150.74.B-cr50_stabstabilize-14150.734.B-cr50_stabstabilize-14150.64.B-cr50_stabstabilize-14150.43.B-cr50_stabstabilize-14150.376.B-cr50_stabrelease-R94-14150.B-cr50_stabrelease-R94-14150.49.B-cr50_stabVadim Sukhomlinov2021-08-123-11/+37
* host: fixing make runtestsVadim Sukhomlinov2021-06-033-12/+11
* coil: cleanup commentsstabilize-rust-13720.B-cr50_stabMary Ruthven2021-01-111-1/+1
* coil: rename spi_master to spi_controllerMary Ruthven2021-01-102-1/+1
* coil: i2c slave_addr -> periph_addrMary Ruthven2021-01-071-10/+10
* coil: remove usbc, usb_pd, charge_manager, and tcpmMary Ruthven2021-01-062-371/+0
* crypto_api: use const voidVadim Bendebury2020-05-141-4/+4
* introducing an unittest of EC-EFSNamyoon Woo2020-03-115-19/+136
* chip/host: Avoid concurrent recipes of libcryptoc.astabilize-12748.B-cr50_stabYicheng Li2019-12-061-12/+0
* testing: remove incorrect testing assertJett Rink2019-11-211-1/+7
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* host: adding gpio print for debuggingJett Rink2019-11-041-0/+12
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+1
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+5
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-5/+6
* chip/host: Add check for TEST_BUILD in trng.cCraig Hesling2019-07-271-0/+4
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-11/+11
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-10/+13
* chip/host: Add spi+trng support, and add gpio funcCraig Hesling2019-07-184-1/+85
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1916-16/+16
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-05-241-2/+13
* nvmem: do not run when crypto is disabledVadim Bendebury2019-05-241-0/+4
* host: Fix test breakageRaul E Rangel2019-05-141-0/+2
* nvmem: test modifications to support the new schemeVadim Bendebury2019-04-051-6/+12
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-262-2/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* pd: Enable USB PD SOP' and SOP'' CommunicationSam Hurst2019-01-071-0/+34
* stdlib cleanup.Allen Webb2019-01-031-2/+3
* test/usb_pd_fuzz: Fuzzing of USB PD dataNicolas Boichat2018-12-051-1/+1
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-0/+8
* common: flash and nvmem fixes for compatibility with the host board.Allen Webb2018-09-071-1/+3
* host: Add dcrypto definitions that can be used by fuzzing targets.Allen Webb2018-09-076-0/+156
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-164-0/+31