mbedtls/include/psa
Gilles Peskine 35fe2034c1 PSA_MAC_FINAL_SIZE: we don't use key_bits at the moment
None of the currently defined MAC algorithms have a MAC size that
depends on the key size, so the key_bits parameter is unused. The
key_type parameter may be unused on an implementation where there is
no block cipher MAC. Declare the key_type and key_bits parameters as
used so that callers who define a variable just for this don't risk
getting "unused variable" warnings.
2018-09-20 12:00:21 +02:00
..
crypto_extra.h Add notes about the purpose and usage of auxiliary header files 2018-09-12 16:41:11 +03:00
crypto_platform.h Add notes about the purpose and usage of auxiliary header files 2018-09-12 16:41:11 +03:00
crypto_sizes.h PSA_MAC_FINAL_SIZE: we don't use key_bits at the moment 2018-09-20 12:00:21 +02:00
crypto_struct.h Change psa_structs to use unsigned ints 2018-09-14 10:02:28 +01:00
crypto.h Rename PSA_ALG_HMAC_HASH to PSA_ALG_HMAC_GET_HASH 2018-09-20 12:00:21 +02:00