Home
last modified time | relevance | path

Searched refs:memzero (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/xz/src/common/
H A Dsysdefs.h200 #undef memzero
201 #define memzero(s, n) memset(s, 0, n) macro
H A Dmy_landlock.h38 memzero(attr, sizeof(*attr)); in my_landlock_ruleset_attr_forbid_all()
/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c191 #ifndef memzero
192 static void memzero(void *buf, size_t size) in memzero() function
/freebsd/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h69 #define memzero(buf, size) bzero((buf), (size)) macro
/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c116 memzero(coder->mf.buffer + write_pos, LZMA_MEMCMPLEN_EXTRA); in fill_window()
388 memzero(mf->buffer + mf->size, LZMA_MEMCMPLEN_EXTRA); in lz_encoder_init()
440 memzero(mf->hash, mf->hash_count * sizeof(uint32_t)); in lz_encoder_init()
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h51 #define memzero(buf, size) memset(buf, 0, size) macro
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h44 # define memzero(buf, size) memset(buf, 0, size) macro
H A Dxz_dec_stream.c926 memzero(&s->block, sizeof(s->block)); in xz_dec_reset()
927 memzero(&s->index, sizeof(s->index)); in xz_dec_reset()
H A Dxz_dec_lzma2.c895 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma()
/freebsd/contrib/xz/src/liblzma/common/
H A Dcommon.c69 memzero(ptr, size); in lzma_alloc_zero()
191 memzero(strm->internal->supported_actions, in lzma_strm_init()
H A Dstream_encoder_mt.c1097 memzero(&coder->outq, sizeof(coder->outq)); in stream_encoder_mt_init()
H A Dstream_decoder_mt.c1919 memzero(&coder->outq, sizeof(coder->outq)); in stream_decoder_mt_init()
/freebsd/contrib/xz/
H A DChangeLog12738 This fixes the recent change to lzma_lz_encoder that used memzero
12784 This is fixed by using memzero() to set all members of lzma_lz_encoder