mbedTLS
PSA_MAC_MAX_SIZE
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PSA_MAC_MAX_SIZE
PSA_MAC_MAX_SIZE macro
\def PSA_MAC_MAX_SIZE Maximum size of a MAC. This macro expands to a compile-time constant integer. This value is the maximum size of a MAC in bytes.
Syntax
Show:
Summary
Declaration
from
crypto_sizes.h:165
#define
PSA_MAC_MAX_SIZE
PSA_HASH_MAX_SIZE
Examples
References
from
examples
Code
Location
#define
PSA_MAC_MAX_SIZE
PSA_HASH_MAX_SIZE
crypto_sizes.h:165
if
(
*
mac_size
>
PSA_MAC_MAX_SIZE
)
{
psa_crypto.c:2600
uint8_t
actual_mac
[
PSA_MAC_MAX_SIZE
]
;
psa_crypto.c:2908
uint8_t
actual_mac
[
PSA_MAC_MAX_SIZE
]
;
psa_crypto_mac.c:428
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out