mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
libc:add timingsafe_bcmp to libc
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
@@ -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(FAR const void *b1, FAR const void *b2, size_t n);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
|
||||
Reference in New Issue
Block a user