aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/accelerator
AgeCommit message (Expand)Author
10 daysCC3XX: Add ECDH entry point for raw key agreementAntonio de Angelis
10 daysCC3XX: Compute shared secret following SEC1 paragraph 3.3.1Antonio de Angelis
10 daysCC3XX: Add ECDSA entry points for sign/verifyAntonio de Angelis
11 daysCC3XX: Enable cache-awareness in CC3XX DMARaef Coles
2024-03-15CC3XX: Add ECDSA entry points for public key export and key generationAntonio de Angelis
2024-03-14CC3XX: Align doxygen style delimiterAntonio de Angelis
2024-03-14CC3XX: Minor refactor of EC moduleAntonio de Angelis
2024-03-12CC3XX: Use size_t to return size in ECDSA sign APIAntonio de Angelis
2024-03-07CC3XX: Suppress warnings in EC related modulesAntonio de Angelis
2024-03-07CC3XX: Fix erroneously renamed functionRaef Coles
2024-03-05Build: Clean up unnecessary cmake_policy()David Hu
2024-03-05Update cmsis.h to tfm_hal_device_header.hGergely Korcsák
2024-02-27CC3XX: Remove leftover #if defined() from cc3xx_init()Antonio de Angelis
2024-02-15CC3XX: Add ECDSARaef Coles
2024-02-08CC3XX: Correctly disable DFA countermeasuresRaef Coles
2024-01-18CC3X: Rename low level driver APIs fixElena Uziunaite
2024-01-16CC3XX: Fix typos during copyright updateAntonio de Angelis
2024-01-16CC3XX: Update copyright banner to the latest guidanceAntonio de Angelis
2024-01-16CC3XX: Update copyright bannerAntonio de Angelis
2024-01-16Build: Add experimental option CC3XX_RUNTIME_ENABLEDAntonio de Angelis
2024-01-16CC3XX: Add PSA API layer to cc312-romAntonio de Angelis
2024-01-10CC3XX: Various improvements to the cc312-rom low level modulesAntonio de Angelis
2024-01-10CC3XX: Rename low level driver APIsAntonio de Angelis
2023-12-05CC3XX: Input chacha20 blocks into poly1305 earlierRaef Coles
2023-12-05CC3XX: Compare tags in random orderRaef Coles
2023-12-05CC3XX: Upgrade PKARaef Coles
2023-12-01CC3XX: Add permutation functionRaef Coles
2023-11-24CC3XX: Allow non-block sized poly1305 inputsRaef Coles
2023-11-03Merge branch 'feature-build-split-v2' into mainDavid Hu
2023-11-01CC3XX: add CC3XX_ASSERT() macroAntonio de Angelis
2023-11-01CC3XX: Fix warnings in hash moduleAntonio de Angelis
2023-10-24CC3XX: Fix pointer arithmetic in RNGRaef Coles
2023-10-18CC3XX: Align style on doxygen commentsAntonio de Angelis
2023-10-18CC3XX: Fix minor style issues in cc3xx_aes.cAntonio de Angelis
2023-10-18CC3XX: Prevent DMA flush when switching outputRaef Coles
2023-10-17Crypto: Update psa crypto configSummer Qin
2023-10-17Crypto: Align to Mbed TLS 3.5.0Antonio de Angelis
2023-10-17CC3XX: Fix DFA countermeasure enablementRaef Coles
2023-10-12CC3XX: Add functions to get cipher output lengthRaef Coles
2023-10-07Build: Split build v2 for an521 platformAnton Komlev
2023-10-04Platform: CC312: Add missing return valueJamie Fox
2023-09-28RSS: Enable ECDSA image signature verificationRoland Mikhel
2023-09-25CC3XX: Fix bug in CTR_DRBG aes_init callAntonio de Angelis
2023-09-21CC3XX: Extend HMAC to support arbitrary hash algAntonio de Angelis
2023-09-20CC3XX: Fix minor style issue in cc312-rom hash moduleAntonio de Angelis
2023-09-14CC3XX: Add DRBGs (CTR, HMAC, HASH)Antonio de Angelis
2023-09-12CC3XX: Refine stdlibAntonio de Angelis
2023-09-12CC3XX: Make the restartable APIs non-optional at build timeAntonio de Angelis
2023-09-07CC3XX: Integrate poly1305 with CHACHARaef Coles
2023-09-07CC3XX: Add poly1305Raef Coles