mbedTLS
PSA_PAKE_ROLE_NONE
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PSA_PAKE_ROLE_NONE
PSA_PAKE_ROLE_NONE macro
A value to indicate no role in a PAKE algorithm. This value can be used in a call to psa_pake_set_role() for symmetric PAKE algorithms which do not assign roles.
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:768
#define
PSA_PAKE_ROLE_NONE
(
(
psa_pake_role_t
)
0x00
)
Examples
References
from
examples
Code
Location
#define
PSA_PAKE_ROLE_NONE
(
(
psa_pake_role_t
)
0x00
)
crypto_extra.h:768
if
(
role
==
PSA_PAKE_ROLE_NONE
)
{
psa_crypto.c:8660
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