mbedTLS
PSA_ALG_KEY_AGREEMENT_GET_KDF
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PSA_ALG_KEY_AGREEMENT_GET_KDF
PSA_ALG_KEY_AGREEMENT_GET_KDF macro
Syntax
Show:
Summary
Declaration
from
crypto_values.h:2157
#define
PSA_ALG_KEY_AGREEMENT_GET_KDF
(
alg
)
\
(
(
(
alg
)
&
PSA_ALG_KEY_DERIVATION_MASK
)
|
PSA_ALG_CATEGORY_KEY_DERIVATION
)
Arguments
Argument
alg
Examples
References
from
examples
Code
Location
#define
PSA_ALG_KEY_AGREEMENT_GET_KDF
(
alg
)
\
crypto_values.h:2157
PSA_ALG_KEY_AGREEMENT_GET_KDF
(
alg
)
==
PSA_ALG_CATEGORY_KEY_DERIVATION
)
crypto_values.h:2179
return
PSA_ALG_KEY_AGREEMENT_GET_KDF
(
operation
->
alg
)
;
psa_crypto.c:5507
psa_algorithm_t
kdf_alg
=
PSA_ALG_KEY_AGREEMENT_GET_KDF
(
alg
)
;
psa_crypto.c:6743
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