Skip to content

Commit 33ec0de

Browse files
catalinv-nccxiaoxiang781216
authored andcommitted
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 <catalin_visinescu@yahoo.com>
1 parent 2f1da09 commit 33ec0de

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

tools/nxstyle.c

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,41 @@ static const char *g_white_content_list[] =
378378

379379
"SEGGER_RTT",
380380

381+
/* Ref:
382+
* drivers/crypto/pnt/pnt_se05x_api.c
383+
*/
384+
385+
"smStatus_t",
386+
"Se05xSession_t",
387+
"SE05x_ECSignatureAlgo_t",
388+
"kSE05x_ECSignatureAlgo_NA",
389+
"kSE05x_ECSignatureAlgo_PLAIN",
390+
"kSE05x_ECSignatureAlgo_SHA",
391+
"kSE05x_ECSignatureAlgo_SHA_224",
392+
"kSE05x_ECSignatureAlgo_SHA_256",
393+
"kSE05x_ECSignatureAlgo_SHA_384",
394+
"kSE05x_ECSignatureAlgo_SHA_512",
395+
"kSE05x_ECCurve_NIST_P256"
396+
"SE05x_Result_t",
397+
"kSE05x_Result_NA",
398+
"kSE05x_Result_SUCCESS",
399+
"kSE05x_INS_NA",
400+
"kSE05x_KeyPart_Pair",
401+
"kSE05x_KeyPart_Public",
402+
"pScp03_enc_key",
403+
"pScp03_mac_key",
404+
"pScp03_dek_key",
405+
"Se05x_API_SessionOpen",
406+
"Se05x_API_SessionClose",
407+
"Se05x_API_CheckObjectExists",
408+
"Se05x_API_ReadObject",
409+
"Se05x_API_WriteECKey",
410+
"Se05x_API_WriteBinary",
411+
"Se05x_API_ReadSize",
412+
"Se05x_API_DeleteSecureObject",
413+
"Se05x_API_ECDHGenerateSharedSecret",
414+
"Se05x_API_ECDSAVerify",
415+
381416
/* Ref:
382417
* fs/nfs/rpc.h
383418
* fs/nfs/nfs_proto.h

0 commit comments

Comments
 (0)