mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 15:25:41 +01:00
35fe2034c1
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. |
||
---|---|---|
.. | ||
crypto_extra.h | ||
crypto_platform.h | ||
crypto_sizes.h | ||
crypto_struct.h | ||
crypto.h |