mbedtls/include/psa
Gilles Peskine 6d187afd8d psa_crypto does not support XTS
The cipher module implements XTS, and the PSA API specifies XTS, but the PSA
implementation does not support XTS. It requires double-size keys, which
psa_crypto does not currently support.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-04-15 11:10:14 +02:00
..
crypto.h doxygen: merge multiple descriptions of the same return codes 2022-02-03 11:30:54 -05:00
crypto_builtin_composites.h Move to separately compiled PSA test driver library 2021-12-06 07:50:27 +01:00
crypto_builtin_primitives.h psa_crypto does not support XTS 2022-04-15 11:10:14 +02:00
crypto_compat.h Fix typos in C header files 2021-05-10 19:54:11 +02:00
crypto_config.h psa_crypto does not support XTS 2022-04-15 11:10:14 +02:00
crypto_driver_common.h Make PSA headers more self-contained 2021-11-25 20:49:09 +01:00
crypto_driver_contexts_composites.h Move to separately compiled PSA test driver library 2021-12-06 07:50:27 +01:00
crypto_driver_contexts_primitives.h Move to separately compiled PSA test driver library 2021-12-06 07:50:27 +01:00
crypto_extra.h doxygen: merge multiple descriptions of the same return codes 2022-02-03 11:30:54 -05:00
crypto_platform.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
crypto_se_driver.h Run MBEDTLS_PRIVATE wrapping script on the library. 2021-05-21 18:10:44 +02:00
crypto_sizes.h psa: Fix hash max sizes 2021-12-03 18:55:33 +01:00
crypto_struct.h PSA operation structures: move less-used fields to the end 2021-11-26 12:44:08 +01:00
crypto_types.h PSA PAKE: move the API to crypto_extra.h 2021-06-08 14:48:34 +01:00
crypto_values.h psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code 2022-02-22 13:35:27 +01:00