This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/13.0 by this push:
     new 33ec0debcaa tools/nxstyle.c: Add symbols for 
drivers/crypto/pnt/pnt_se05x_api.c
33ec0debcaa is described below

commit 33ec0debcaa764fa17401a3c5a64f9dcf379e52e
Author: Catalin Visinescu <[email protected]>
AuthorDate: Mon Jun 29 09:26:14 2026 -0400

    tools/nxstyle.c: Add symbols for drivers/crypto/pnt/pnt_se05x_api.c
    
    This file does not build with minor modifications due to nxstyle issues.
    Adding symbols to the white_content_list to address_this.
    
    Testing: "gcc -o nxstyle nxstyle.c" builds fine.
    
    Signed-off-by: Catalin Visinescu <[email protected]>
---
 tools/nxstyle.c | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/tools/nxstyle.c b/tools/nxstyle.c
index 36c0834bcc4..d344eb47111 100644
--- a/tools/nxstyle.c
+++ b/tools/nxstyle.c
@@ -378,6 +378,41 @@ static const char *g_white_content_list[] =
 
   "SEGGER_RTT",
 
+  /* Ref:
+   * drivers/crypto/pnt/pnt_se05x_api.c
+   */
+
+  "smStatus_t",
+  "Se05xSession_t",
+  "SE05x_ECSignatureAlgo_t",
+  "kSE05x_ECSignatureAlgo_NA",
+  "kSE05x_ECSignatureAlgo_PLAIN",
+  "kSE05x_ECSignatureAlgo_SHA",
+  "kSE05x_ECSignatureAlgo_SHA_224",
+  "kSE05x_ECSignatureAlgo_SHA_256",
+  "kSE05x_ECSignatureAlgo_SHA_384",
+  "kSE05x_ECSignatureAlgo_SHA_512",
+  "kSE05x_ECCurve_NIST_P256"
+  "SE05x_Result_t",
+  "kSE05x_Result_NA",
+  "kSE05x_Result_SUCCESS",
+  "kSE05x_INS_NA",
+  "kSE05x_KeyPart_Pair",
+  "kSE05x_KeyPart_Public",
+  "pScp03_enc_key",
+  "pScp03_mac_key",
+  "pScp03_dek_key",
+  "Se05x_API_SessionOpen",
+  "Se05x_API_SessionClose",
+  "Se05x_API_CheckObjectExists",
+  "Se05x_API_ReadObject",
+  "Se05x_API_WriteECKey",
+  "Se05x_API_WriteBinary",
+  "Se05x_API_ReadSize",
+  "Se05x_API_DeleteSecureObject",
+  "Se05x_API_ECDHGenerateSharedSecret",
+  "Se05x_API_ECDSAVerify",
+
   /* Ref:
    * fs/nfs/rpc.h
    * fs/nfs/nfs_proto.h

Reply via email to