You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/TARGET_PSA/spm/psa_defs.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ extern "C" {
44
44
#endif
45
45
46
46
#definePSA_FRAMEWORK_VERSION (0x0009) /**< Version of the PSA Framework API. */
47
-
#definePSA_VERSION_NONE (0L) /**< Identifier for an unimplemented RoT Service. */
47
+
#definePSA_VERSION_NONE (0L) /**< Identifier for an unimplemented Rot of Trust (RoT) Service. */
48
48
49
49
#definePSA_NSPE_IDENTIFIER (-1L) /**< "Partition" identifier of the NSPE.*/
50
50
@@ -68,7 +68,7 @@ extern "C" {
68
68
#definePSA_IPC_VERSION (4) /**< The IPC message type that indicates a client query for a specific sid.*/
69
69
70
70
/* Error codes */
71
-
#definePSA_DROP_CONNECTION (INT32_MIN) /**< The result code in a call to psa_reply() to indicate a non-recoverable error in the client.*/
71
+
#definePSA_DROP_CONNECTION (INT32_MIN) /**< The result code in a call to psa_reply() to indicate a nonrecoverable error in the client.*/
72
72
#definePSA_CONNECTION_REFUSED (INT32_MIN + 1) /**< The return value from psa_connect() if the RoT Service or SPM was unable to establish a connection.*/
0 commit comments