mbed TLS Library
PSA_MAC_TRUNCATED_LENGTH
is only used within mbed TLS Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
mbed TLS Library
PSA_MAC_TRUNCATED_LENGTH
PSA_MAC_TRUNCATED_LENGTH macro
Length to which a MAC algorithm is truncated.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1028
#define
PSA_MAC_TRUNCATED_LENGTH
(
mac_alg
)
\
(
(
(
mac_alg
)
&
PSA_ALG_MAC_TRUNCATION_MASK
)
>
>
PSA_MAC_TRUNCATION_OFFSET
)
Arguments
Argument
Description
mac_alg
A MAC algorithm identifier (value of type #psa_algorithm_t such that #PSA_ALG_IS_MAC(\p mac_alg) is true).
Return value
Length of the truncated MAC in bytes. 0 if \p mac_alg is a non-truncated MAC algorithm. Unspecified if \p mac_alg is not a supported MAC algorithm.
Examples
References
from
examples
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