mbed TLS Library
PSA_ALG_IS_KEY_DERIVATION
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_IS_KEY_DERIVATION
PSA_ALG_IS_KEY_DERIVATION macro
Whether the specified algorithm is a key derivation algorithm.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:830
#define
PSA_ALG_IS_KEY_DERIVATION
(
alg
)
\
(
(
(
alg
)
&
PSA_ALG_CATEGORY_MASK
)
==
PSA_ALG_CATEGORY_KEY_DERIVATION
)
Arguments
Argument
Description
alg
An algorithm identifier (value of type #psa_algorithm_t).
Return value
1 if \p alg is a key derivation algorithm, 0 otherwise. This macro may return either 0 or 1 if \p alg is not a supported algorithm identifier.
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