mbedTLS
PSA_ERROR_DOES_NOT_EXIST
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_ERROR_DOES_NOT_EXIST
PSA_ERROR_DOES_NOT_EXIST macro
Asking for an item that doesn't exist Implementations should return this error, if a requested item (like
Syntax
Show:
Summary
Declaration
from
crypto_values.h:110
#define
PSA_ERROR_DOES_NOT_EXIST
(
(
psa_status_t
)
-
140
)
Examples
References
from
examples
Code
Location
#define
PSA_ERROR_DOES_NOT_EXIST
(
(
psa_status_t
)
-
140
)
crypto_values.h:110
return
(
PSA_ERROR_DOES_NOT_EXIST
)
;
psa_crypto_driver_wrappers_no_static.c:251
status
=
PSA_ERROR_DOES_NOT_EXIST
;
psa_crypto_slot_management.c:401
PSA_SUCCESS
:
PSA_ERROR_DOES_NOT_EXIST
;
psa_crypto_slot_management.c:417
if
(
status
!=
PSA_ERROR_DOES_NOT_EXIST
)
{
psa_crypto_slot_management.c:824
status
=
PSA_ERROR_DOES_NOT_EXIST
;
psa_crypto_slot_management.c:848
if
(
status
==
PSA_ERROR_DOES_NOT_EXIST
)
{
psa_crypto_slot_management.c:855
if
(
status
==
PSA_ERROR_DOES_NOT_EXIST
)
{
psa_crypto_slot_management.c:865
status
=
PSA_ERROR_DOES_NOT_EXIST
;
psa_crypto_slot_management.c:998
if
(
status
==
PSA_ERROR_DOES_NOT_EXIST
)
{
psa_crypto_slot_management.c:1033
if
(
ret
==
PSA_ERROR_DOES_NOT_EXIST
)
{
psa_crypto_storage.c:105
if
(
ret
==
PSA_ERROR_DOES_NOT_EXIST
)
{
psa_crypto_storage.c:173
if
(
ret
!=
PSA_ERROR_DOES_NOT_EXIST
)
{
psa_crypto_storage.c:182
return
PSA_ERROR_DOES_NOT_EXIST
;
psa_its_file.c:86
return
PSA_ERROR_DOES_NOT_EXIST
;
psa_its_file.c:245
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