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


##########
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, Perhaps I misunderstood your comment. what do you 
mean with "add nx_ to all software crypto function"
   
   yes, at least.



-- 
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