Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
0f6bb28ff3ba152faf7523ea9aaf0094cc39bdda
/
.
/
Modules
/
_hacl
/
lib_memzero0.h
blob: fea3e41c907f4401f83cf44fcc5f2ed27880647e [
file
] [
log
] [
blame
]
#include
<inttypes.h>
void
Lib_Memzero0_memzero0
(
void
*
dst
,
uint64_t
len
);
#define
Lib_Memzero0_memzero
(
dst
,
len
,
t
,
_ret_t
)
Lib_Memzero0_memzero0
(
dst
,
len
*
sizeof
(
t
))