mbedTLS
PSA_ALG_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_ALG_NONE
PSA_ALG_NONE macro
An invalid algorithm identifier value.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:911
#define
PSA_ALG_NONE
(
(
psa_algorithm_t
)
0
)
Examples
References
from
examples
Code
Location
#define
PSA_ALG_NONE
(
(
psa_algorithm_t
)
0
)
crypto_values.h:911
#define
PSA_PAKE_CIPHER_SUITE_INIT
{
PSA_ALG_NONE
,
0
,
0
,
0
,
PSA_ALG_NONE
}
crypto_extra.h:1706
#define
PSA_PAKE_OPERATION_INIT
{
0
,
PSA_ALG_NONE
,
0
,
PSA_PAKE_OPERATION_STAGE_SETUP
,
\
crypto_extra.h:1714
psa_set_key_enrollment_algorithm
(
attributes
,
PSA_ALG_NONE
)
;
pk.c:585
if
(
operation
->
alg
==
PSA_ALG_NONE
)
{
psa_crypto.c:6483
if
(
inputs
->
cipher_suite
.
algorithm
==
PSA_ALG_NONE
)
{
psa_crypto.c:8456
operation
->
alg
=
PSA_ALG_NONE
;
psa_crypto_pake.c:564
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