summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ecc: fix padding for ECDSA sign and verify, add more test vectorsVadim Sukhomlinov2020-06-251-30/+76
* fips_rand: FIPS-compliant way to generate randomsVadim Sukhomlinov2020-06-241-2/+3
* cr50: use NIST-compliant configuration of TRNGVadim Sukhomlinov2020-06-173-44/+141
* test/tpm_test/hash_test.py: add testing of long HMAC keysVadim Sukhomlinov2020-06-121-0/+7
* test/tpm_test: update for Python3Vadim Sukhomlinov2020-06-1112-290/+228
* test/tpm_test: fix cros lint complainsVadim Sukhomlinov2020-06-1013-1040/+1062
* test/ecc_test.py: fix hash code constantVadim Sukhomlinov2020-06-101-1/+1
* cr50: add functionality for ACVP tests of elliptic curve implementationstabilize-lazor-13278.B-cr50_stabVadim Sukhomlinov2020-06-051-32/+156
* tpmtest/ftdi: improved stability and support for ISERIALVadim Sukhomlinov2020-06-042-4/+11
* tpm_test: update to swig 4.0 for Python3 supportVadim Sukhomlinov2020-06-032-3/+5
* cr50: Add support for ACVP tests of HMAC implementationsVadim Sukhomlinov2020-06-021-43/+86
* tpmtest: added more corner case, make it work again with OpenSSL 1.1Vadim Sukhomlinov2020-06-022-34/+315
* crypto_api: use const voidVadim Bendebury2020-05-141-3/+3
* introducing an unittest of EC-EFSNamyoon Woo2020-03-114-0/+390
* optimize read_tpm_nvmem()Namyoon Woo2020-02-191-1/+1
* Makefile: enforce target name in generated dependenciesVadim Bendebury2020-02-071-1/+1
* host_command: clear any leftover dataJett Rink2019-11-261-1/+133
* TCPMv2: PD: Separately track each SOP and SOP' and SOP''Sam Hurst2019-11-242-3/+4
* usbc: fix storm tracker overflow issueJett Rink2019-11-225-0/+136
* TCPMv2: Enable TCPC low power when port is looking for a connectionSam Hurst2019-11-211-0/+1
* cr50: Add support for ACVP tests of HMAC SHA-256 DRBGVadim Sukhomlinov2019-11-213-6/+117
* cr50: Add TRNG_TEST command to download entropy samples for NIST testsVadim Sukhomlinov2019-11-194-2/+147
* tpmtest.py: update Makefile to correct build of ftdi_spi_tpmVadim Sukhomlinov2019-11-131-0/+1
* common: Refactor motion_sense_fifoYuval Peress2019-11-114-2/+381
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-092-6/+6
* pd: Clarify flag commentsDenis Brockus2019-11-081-23/+40
* pd: Remove EMarker Cable ProbeSam Hurst2019-11-081-3/+0
* usbc: fix vbus discharge path for GPIOJett Rink2019-11-072-0/+18
* pd: Comment all flagsSam Hurst2019-11-071-18/+28
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-017-28/+28
* test: remove unneeded hack for test waitingJett Rink2019-10-281-6/+0
* fuzz_host_cmd: Add fpsensor task + fp host cmdsCraig Hesling2019-10-251-1/+2
* mock: Add fp_sensor and mkbp_events mocksCraig Hesling2019-10-251-1/+1
* host: remove leftovers from using system clock in testsJack Rosenthal2019-10-251-1/+0
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-243-2/+12
* cleanup: use power and data role enums instead of intJett Rink2019-10-242-10/+11
* usb: call pd_execute_data_swap within tc_set_dataJett Rink2019-10-243-4/+143
* usbc: Add missing IS_ENABLED(CONFIG_CHARGE_MANAGER) checksEdward Hill2019-10-181-5/+0
* Cr50: In hash crypto test, return valid hash for empty input.Gurleen Grewal2019-10-171-0/+2
* fpsensor: Improve unit test for enable/disable positive match secretYicheng Li2019-10-171-11/+27
* pd: Add PE FRS unit test for new stackDenis Brockus2019-10-168-0/+510
* usbc: rename exe_state to run_stateEdward Hill2019-10-151-1/+1
* usbc: fix flaky usb_typec_ctvpd testEdward Hill2019-10-151-1/+5
* test: don't rely on system time for testsJett Rink2019-10-141-1/+1
* Test: disable flaky usb_prl testEdward Hill2019-10-121-1/+1
* usbc: fix flaky testsJett Rink2019-10-102-90/+140
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-091-3/+3
* test: add nvmem tuple capacity testVadim Bendebury2019-10-091-1/+55
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-092-2/+177
* usbc: fix cc interpretation errorJett Rink2019-10-084-0/+95