aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions/crypto
AgeCommit message (Expand)Author
2024-03-05Build: Clean up unnecessary cmake_policy()David Hu
2024-03-05Build: Bump CMake mini version to 3.21David Hu
2024-02-15Build: crypto: Ignore p256m target if not enabledMarkus Swarowsky
2024-02-13Crypto: Remove option for native mbedtls API in builtin key loaderAntonio de Angelis
2024-01-24Crypto: Add FPU flags for p256mSummer Qin
2023-12-01Crypto: Add missing key derivation APIs in the interfaceSummer Qin
2023-11-23partitions: crypto: Add missing PSA defined algorithms and keys checksJoakim Andersson
2023-10-20Crypto: Enable P256M in profile mediumAntonio de Angelis
2023-10-17Crypto: Align to Mbed TLS 3.5.0Antonio de Angelis
2023-09-26Build: Add dependencies for the manifest toolKevin Peng
2023-09-01Crypto: Adjust header file positionSummer Qin
2023-08-28Interface: Clean up the tfm_api.h header fileKevin Peng
2023-08-23Build: Fixed CRYPTO_TFM_BUILTIN_KEYS_DRIVER optionBrian Quach
2023-08-23Crypto: Key derivation uses PSA Crypto APIs in tfm_builtin_key_loaderSummer Qin
2023-08-21Revert "Crypto: Remove MBEDTLS_HKDF_C definition"Summer Qin
2023-08-16Crypto: Remove MBEDTLS_HKDF_C definitionSummer Qin
2023-06-29Build: Merge tfm_partition_defs into tfm_configXinyu Zhang
2023-04-03Kconfig: Refine platform Kconfig configsJianliang Shen
2023-04-03Kconfig: Refine Secure partitions Kconfig configsJianliang Shen
2023-03-28Crypto: Include version.h for Mbed TLS versionAntonio de Angelis
2023-03-23Crypto: Reduce diverging PSA Crypto headers between TF-M and Mbed TLSAntonio de Angelis
2023-03-14Crypto: Fix crypto init for any legacy driverMichel Jaouen
2023-03-02Build: Decouple option setting and check in header file config systemDavid Hu
2023-02-21Build: Tweak CRYPTO_ENGINE_BUF_SIZE in config header fileDavid Hu
2023-02-16Kconfig: Move module component options to their own filesKevin Peng
2023-02-15Crypto: tfm_builtin_key_loader uses PSA to do key derivationAntonio de Angelis
2023-02-15Crypto: Refactor the tfm_builtin_key_loader and HAL interactionAntonio de Angelis
2022-12-22Crypto: Cleanup tfm_builtin_key_loaderAntonio de Angelis
2022-12-22Crypto: Cleanup tfm_crypto_defs.hAntonio de Angelis
2022-12-16Crypto: Move functions to enable builtin keys support in mbed TLSAntonio de Angelis
2022-12-16Crypto: Move the functions that translate client <-> library key attributesAntonio de Angelis
2022-12-16Crypto: Move library init in the library interface moduleAntonio de Angelis
2022-12-16Crypto: Mark _ALT implementations available in the service as legacy onlyAntonio de Angelis
2022-12-16Crypto: Print information about the underlying library on bootAntonio de Angelis
2022-12-16Crypto: Decouple TF-M Crypto service from mbed TLS types and macrosAntonio de Angelis
2022-11-22Build: Add Kconfig filesJianliang Shen
2022-11-22Crypto: Change module configs from disable to enableJianliang Shen
2022-11-22Fix: Remove whitespace after '#pragma message'Jianliang Shen
2022-11-21Crypto: Set features with config header fileXinyu Zhang
2022-11-15Crypto: Make sure output length is used only when PSA_SUCCESS is returnedAntonio de Angelis
2022-11-08secure_fw: crypto: add -Wno-unused-const-variableFlavio Ceolin
2022-10-24RSS: Implement host ROTPKsRaef Coles
2022-10-21Partitions: Combine tfm_xxx_secure_api.c and tfm_xxx_ipc.cSummer Qin
2022-10-21SPM: Remove Library Model codesSummer Qin
2022-10-21Build: Remove Library Model branch in build systemSummer Qin
2022-10-14Crypto: Link crypto module flags to tfm_crypto_secure_api.cJianliang Shen
2022-10-13SPRTL: Override toolchain 'printf'Ken Liu
2022-09-28Attest: Add DAK Seed as builtin keyRaef Coles
2022-09-02CC3XX: Add dedicated init and free functionsAntonio de Angelis
2022-08-31Partitions: Enable configurable stack sizeKevin Peng