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


##########
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:
   I tried, but I haven’t received any updates from them for a while, so I 
decided to try to solve it here.



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