mbedTLS
PSA_JPAKE_EXPECTED_OUTPUTS
is only used within mbedTLS.
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
ESP-IDF Framework and Examples
mbedTLS
PSA_JPAKE_EXPECTED_OUTPUTS
PSA_JPAKE_EXPECTED_OUTPUTS macro
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:1840
#define
PSA_JPAKE_EXPECTED_OUTPUTS
(
round
)
(
(
round
)
==
PSA_JPAKE_FINISHED
?
0
:
\
(
(
round
)
==
PSA_JPAKE_FIRST
?
2
:
1
)
)
Arguments
Argument
round
Examples
References
from
examples
Code
Location
#define
PSA_JPAKE_EXPECTED_OUTPUTS
(
round
)
(
(
round
)
==
PSA_JPAKE_FINISHED
?
0
:
\
crypto_extra.h:1840
if
(
stage
->
outputs
==
PSA_JPAKE_EXPECTED_OUTPUTS
(
stage
->
round
)
)
{
psa_crypto.c:8805
stage
->
outputs
==
PSA_JPAKE_EXPECTED_OUTPUTS
(
stage
->
round
)
)
{
psa_crypto.c:8810
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