mbedTLS
PSA_KEY_TYPE_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_KEY_TYPE_NONE
PSA_KEY_TYPE_NONE macro
An invalid key type value. Zero is not the encoding of any key type.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:356
#define
PSA_KEY_TYPE_NONE
(
(
psa_key_type_t
)
0x0000
)
Examples
References
from
examples
Code
Location
#define
PSA_KEY_TYPE_NONE
(
(
psa_key_type_t
)
0x0000
)
crypto_values.h:356
PSA_KEY_TYPE_NONE
,
0
,
\
crypto_struct.h:324
if
(
key_type
==
PSA_KEY_TYPE_NONE
)
{
psa_crypto.c:7314
if
(
key_type
==
PSA_KEY_TYPE_NONE
)
{
psa_crypto.c:7322
if
(
key_type
==
PSA_KEY_TYPE_NONE
)
{
psa_crypto.c:7333
if
(
key_type
==
PSA_KEY_TYPE_NONE
)
{
psa_crypto.c:7344
PSA_KEY_TYPE_NONE
,
psa_crypto.c:7451
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