aboutsummaryrefslogtreecommitdiff
path: root/tests/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-11Switch to the new code styleGilles Peskine9-1158/+1062
2022-11-29Minor formatting fixes to address code review commentsAditya Deshpande1-2/+1
2022-11-28Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED),...Aditya Deshpande1-2/+25
2022-11-21Add tests for the key agreement driver wrapper to test_suite_psa_crypto_drive...Aditya Deshpande1-0/+2
2022-11-08Add default return case to mbedtls_test_transparent_key_agreement()Aditya Deshpande1-0/+10
2022-11-07Fix formatting and code commentsAditya Deshpande1-1/+1
2022-11-07Refactor call hierarchy for ECDH so that it goes through the driver wrapper i...Aditya Deshpande1-9/+30
2022-10-14Newlines at end of file + trim trailing whitespaceAditya Deshpande1-2/+2
2022-10-14Add driver wrapper function for raw key agreement, along with test call for t...Aditya Deshpande1-0/+73
2022-10-02test_driver_aead.c: add support for LIBTESTDRIVER1 testsPrzemek Stekiel1-12/+90
2022-03-10Merge pull request #5292 from mprse/asym_encryptGilles Peskine1-0/+161
2022-03-07Change names rsa->asymmetric_encryptionPrzemek Stekiel1-22/+22
2022-02-07Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappersRonald Cron1-2/+11
2022-02-03Test driver: keep variable declarations firstAndrzej Kurek1-8/+8
2022-02-03Test drivers: rename import call source to driver locationAndrzej Kurek1-2/+2
2022-02-02test_driver_rsa.c: Fix commentPrzemyslaw Stekiel1-1/+1
2022-02-02Compact the argument listsPrzemyslaw Stekiel1-44/+16
2022-01-10test_driver_rsa.c: fix include file namePrzemyslaw Stekiel1-1/+1
2022-01-10Move driver asymetric encrypt/decript declarations to asym.hPrzemyslaw Stekiel1-0/+1
2022-01-10psa_asymmetric_decrypt: add test driver implPrzemyslaw Stekiel1-0/+74
2022-01-10psa_asymmetric_encrypt: add test driver implPrzemyslaw Stekiel1-0/+114
2022-01-03Add tests for an opaque import in the driver wrappersAndrzej Kurek1-0/+9
2021-12-14Merge branch 'development-restricted' into mbedtls-3.1.0rc-prRonald Cron1-4/+7
2021-12-08Merge pull request #849 from ronald-cron-arm/fix-cipher-ivManuel Pégourié-Gonnard1-3/+6
2021-12-06psa: Remove test code in the libraryRonald Cron1-0/+13
2021-12-06Move to separately compiled PSA test driver libraryRonald Cron5-85/+143
2021-12-06tests: Rename test driver entry pointsRonald Cron5-50/+51
2021-12-06psa: test driver: Move driver test entry points prototypesRonald Cron1-0/+1
2021-12-06psa: Add driver initialization and terminationRonald Cron1-0/+19
2021-12-06psa: driver: Reduce the scope of test driver entry pointsRonald Cron6-123/+545
2021-12-03tests: psa driver: Align RSA/ECP sign/verify hash dispatchRonald Cron1-63/+65
2021-12-03tests: psa: driver: mac: Remove opaque entry points in libraryRonald Cron1-22/+37
2021-12-03tests: psa: driver: cipher: Remove unnecessary checkRonald Cron1-3/+0
2021-11-26psa: cipher: Add IV parameters to cipher_encrypt entry pointRonald Cron1-1/+6
2021-11-26test: psa driver: Remove unnecessary IV generationRonald Cron1-2/+0
2021-09-28Restore internal driver for aead_set_lengthsPaul Elliott1-2/+3
2021-09-27Move set lengths checking to PSA CorePaul Elliott1-3/+2
2021-09-24Merge remote-tracking branch 'upstream/development' into psa-m-aead-mergePaul Elliott8-325/+361
2021-09-20Apply fixes to test driver from lib implementationPaul Elliott1-1/+3
2021-09-10Styling and refactoringArchana1-17/+20
2021-09-08Code style improvementsArchana1-61/+66
2021-09-08Add opaque test driver support for copy keyArchana1-0/+20
2021-09-08pre-existing validation extendedArchana1-9/+0
2021-09-08Add test driver support for opaque key importArchana2-157/+290
2021-07-23Add missing include to PSA test driverPaul Elliott1-0/+1
2021-07-22Remove aead_verify call from test driverPaul Elliott1-3/+20
2021-06-29Dispatch cipher functions through the driver interfacegabor-mezei-arm1-135/+45
2021-06-23Add per function hits to driver wrappersPaul Elliott1-11/+11
2021-06-01Merge remote-tracking branch 'upstream/development' into psa-m-aeadPaul Elliott1-50/+201
2021-05-27Add test/helpers include to test drivers. Remove config.h include.Mateusz Starzyk8-53/+5