mbedTLS
PSA_ERROR_ALREADY_EXISTS
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_ALREADY_EXISTS
PSA_ERROR_ALREADY_EXISTS macro
Asking for an item that already exists Implementations should return this error, when attempting
Syntax
Show:
Summary
Declaration
from
crypto_values.h:104
#define
PSA_ERROR_ALREADY_EXISTS
(
(
psa_status_t
)
-
139
)
Examples
References
from
examples
Code
Location
#define
PSA_ERROR_ALREADY_EXISTS
(
(
psa_status_t
)
-
139
)
crypto_values.h:104
return
PSA_ERROR_ALREADY_EXISTS
;
psa_crypto.c:709
return
PSA_ERROR_ALREADY_EXISTS
;
psa_crypto_storage.c:137
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