You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/03 13:54:44 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6920: support /dev/crypto for nuttx

xiaoxiang781216 commented on code in PR #6920:
URL: https://github.com/apache/incubator-nuttx/pull/6920#discussion_r962156685


##########
include/string.h:
##########
@@ -93,6 +93,7 @@ FAR void  *memmem(FAR const void *haystack, size_t haystacklen,
                   FAR const void *needle, size_t needlelen);
 
 void explicit_bzero(FAR void *s, size_t n);
+int timingsafe_bcmp(const void *b1, const void *b2, size_t n);

Review Comment:
   move to new PR



-- 
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-unsubscribe@nuttx.apache.org

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