Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Define and document the platform interface #9

Closed ronald-cron-arm closed 1 year ago

ronald-cron-arm commented 1 year ago

The PSA cryptography repository does not inherit the platform abstraction of the Mbed TLS repository.

Platform abstraction needs (no dynamic configuration, probably not exhaustive): psa_crypto_calloc(), psa_crypto_free(), psa_crypto_snprintf(), psa_crypto_setbuf(), psa_crypto_zeroize(), C11 like mutex, C11 like condition ...