mbedTLS
PSA_ERROR_GENERIC_ERROR
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_GENERIC_ERROR
PSA_ERROR_GENERIC_ERROR macro
An error occurred that does not correspond to any defined failure cause. Implementations may use this error code if none of the other standard
Syntax
Show:
Summary
Declaration
from
crypto_values.h:64
#define
PSA_ERROR_GENERIC_ERROR
(
(
psa_status_t
)
-
132
)
Examples
References
from
examples
Code
Location
#define
PSA_ERROR_GENERIC_ERROR
(
(
psa_status_t
)
-
132
)
crypto_values.h:64
return
PSA_ERROR_GENERIC_ERROR
;
psa_crypto.c:566
status
=
PSA_ERROR_GENERIC_ERROR
;
psa_crypto.c:4386
psa_status_t
status
=
PSA_ERROR_GENERIC_ERROR
;
psa_crypto.c:4505
status
=
PSA_ERROR_GENERIC_ERROR
;
psa_crypto.c:4588
return
PSA_ERROR_GENERIC_ERROR
;
psa_crypto.c:5895
psa_status_t
status
=
PSA_ERROR_GENERIC_ERROR
;
psa_crypto_cipher.c:556
return
PSA_ERROR_GENERIC_ERROR
;
psa_crypto_pake.c:121
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