mbedTLS
PSA_ALG_FFDH
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PSA_ALG_FFDH
PSA_ALG_FFDH macro
The finite-field Diffie-Hellman (DH) key agreement algorithm. The shared secret produced by key agreement is `g^{ab}` in big-endian format. It is `ceiling(m / 8)` bytes long where `m` is the size of the prime `p` in bits.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:2191
#define
PSA_ALG_FFDH
(
(
psa_algorithm_t
)
0x09010000
)
Examples
References
from
examples
Code
Location
#define
PSA_ALG_FFDH
(
(
psa_algorithm_t
)
0x09010000
)
crypto_values.h:2191
if
(
alg
==
PSA_ALG_FFDH
)
{
psa_crypto.c:6709
case
PSA_ALG_FFDH
:
psa_crypto.c:7529
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