FelipeMdeO commented on code in PR #19428:
URL: https://github.com/apache/nuttx/pull/19428#discussion_r3575572905


##########
crypto/aes.c:
##########
@@ -955,17 +955,20 @@ void aes_decrypt_ecb(FAR AES_CTX *ctx, FAR const uint8_t 
*src,
     }
 }
 
-void aes_encrypt(FAR AES_CTX *ctx, FAR const uint8_t *src, FAR uint8_t *dst)
+void nx_aes_encrypt(FAR AES_CTX *ctx, FAR const uint8_t *src,

Review Comment:
   Hello @xiaoxiang781216 , add "nx_" to all functions is a big change, but I 
agree that is the right approach.
   Give me some time, and I’ll get it done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to