mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-25 18:39:54 +00:00
Fix parameter name in PSA_BLOCK_CIPHER_BLOCK_SIZE
This commit is contained in:
parent
f5b9fa13e0
commit
03182e99b6
@ -178,7 +178,7 @@ typedef uint32_t psa_key_type_t;
|
||||
#define PSA_KEY_TYPE_IS_ECC(type) \
|
||||
(((type) & ~PSA_KEY_TYPE_ECC_CURVE_MASK) == PSA_KEY_TYPE_ECC_BASE)
|
||||
|
||||
#define PSA_BLOCK_CIPHER_BLOCK_SIZE(key_type) \
|
||||
#define PSA_BLOCK_CIPHER_BLOCK_SIZE(type) \
|
||||
( \
|
||||
(type) == PSA_KEY_TYPE_AES ? 16 : \
|
||||
(type) == PSA_KEY_TYPE_DES ? 8 : \
|
||||
|
Loading…
x
Reference in New Issue
Block a user