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


##########
crypto/cryptosoft.c:
##########
@@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp)
   caddr_t buf = (caddr_t)crp->crp_buf;
   caddr_t aad = (caddr_t)crp->crp_aad;
   FAR uint32_t *blkp;
+  int aadlen = 0;

Review Comment:
   @ThePassionate do we have aad related test?



##########
crypto/cryptosoft.c:
##########
@@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp)
   caddr_t buf = (caddr_t)crp->crp_buf;
   caddr_t aad = (caddr_t)crp->crp_aad;
   FAR uint32_t *blkp;
+  int aadlen = 0;

Review Comment:
   @ThePassionate do you have AAD related test?



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to