mbed TLS Library
PSA_ALG_HMAC
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_ALG_HMAC
PSA_ALG_HMAC macro
Macro to build an HMAC algorithm. For example, #PSA_ALG_HMAC(#PSA_ALG_SHA_256) is HMAC-SHA-256.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:925
#define
PSA_ALG_HMAC
(
hash_alg
)
\
(
PSA_ALG_HMAC_BASE
|
(
(
hash_alg
)
&
PSA_ALG_HASH_MASK
)
)
Arguments
Argument
Description
hash_alg
A hash algorithm (\c PSA_ALG_XXX value such that #PSA_ALG_IS_HASH(\p hash_alg) is true).
Return value
The corresponding HMAC algorithm. Unspecified if \p hash_alg is not a supported hash 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