Searched refs:explicit_bzero (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-13-stable/crypto/openssh/
H A Dsshbuf.c161 explicit_bzero(buf->d, buf->alloc);
164 explicit_bzero(buf, sizeof(*buf));
187 explicit_bzero(buf->d, SSHBUF_SIZE_INIT);
H A Dcipher.c317 explicit_bzero(cc, sizeof(*cc));
416 explicit_bzero(&cc->cp_ctx, sizeof(cc->cp_ctx));
418 explicit_bzero(&cc->ac_ctx, sizeof(cc->ac_ctx));
423 explicit_bzero(cc, sizeof(*cc));
H A Dssh-rsa.c213 explicit_bzero(sig, diff);
238 explicit_bzero(digest, sizeof(digest));
310 explicit_bzero(sigblob, diff);
327 explicit_bzero(digest, sizeof(digest));
H A Ddigest-libc.c227 explicit_bzero(ctx->mdctx, digest->ctx_len);
229 explicit_bzero(ctx, sizeof(*ctx));
H A Dkexdhc.c210 explicit_bzero(hash, sizeof(hash));
215 explicit_bzero(kbuf, klen);
H A Dkexdhs.c209 explicit_bzero(hash, sizeof(hash));
214 explicit_bzero(kbuf, klen);
H A Dkexecdhc.c207 explicit_bzero(hash, sizeof(hash));
212 explicit_bzero(kbuf, klen);
H A Dkexgexc.c256 explicit_bzero(hash, sizeof(hash));
261 explicit_bzero(kbuf, klen);
H A Dkexgexs.c243 explicit_bzero(hash, sizeof(hash));
248 explicit_bzero(kbuf, klen);
H A Dkex.c613 explicit_bzero(newkeys->enc.key, newkeys->enc.key_len);
618 explicit_bzero(newkeys->enc.iv, newkeys->enc.iv_len);
623 explicit_bzero(&newkeys->enc, sizeof(newkeys->enc));
625 explicit_bzero(&newkeys->comp, sizeof(newkeys->comp));
628 explicit_bzero(newkeys->mac.key, newkeys->mac.key_len);
633 explicit_bzero(&newkeys->mac, sizeof(newkeys->mac));
634 explicit_bzero(newkeys, sizeof(*newkeys));
H A Dssh-add.c103 explicit_bzero(pass, strlen(pass));
478 explicit_bzero(p2, strlen(p2));
490 explicit_bzero(p1, strlen(p1));
H A Dssh-keygen.c315 explicit_bzero(pass, strlen(pass));
1375 explicit_bzero(old_passphrase, strlen(old_passphrase));
1399 explicit_bzero(passphrase1, strlen(passphrase1));
1400 explicit_bzero(passphrase2, strlen(passphrase2));
1407 explicit_bzero(passphrase2, strlen(passphrase2));
1416 explicit_bzero(passphrase1, strlen(passphrase1));
1423 explicit_bzero(passphrase1, strlen(passphrase1));
1493 explicit_bzero(passphrase, strlen(passphrase));
1504 explicit_bzero(passphrase, strlen(passphrase));
1519 explicit_bzero(passphras
[all...]
/freebsd-13-stable/lib/libc/string/
H A DMakefile.inc10 MISRCS+=bcmp.c bcopy.c bzero.c explicit_bzero.c \
45 MLINKS+=bzero.3 explicit_bzero.3
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dsha512c.c336 explicit_bzero(ctx, sizeof (*ctx));
380 explicit_bzero(ctx, sizeof (*ctx));
420 explicit_bzero(ctx, sizeof (*ctx));
470 explicit_bzero(ctx, sizeof (*ctx));
/freebsd-13-stable/sys/crypto/sha2/
H A Dsha512c.c334 explicit_bzero(ctx, sizeof(*ctx));
377 explicit_bzero(ctx, sizeof(*ctx));
416 explicit_bzero(ctx, sizeof(*ctx));
466 explicit_bzero(ctx, sizeof(*ctx));
/freebsd-13-stable/stand/libsa/geli/
H A Dgeliboot_crypto.c115 explicit_bzero(iv, sizeof(iv));
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c90 explicit_bzero(passwd, strlen(passwd));
H A Darc4random.c134 explicit_bzero(rnd, sizeof(rnd));
276 explicit_bzero(&r, sizeof(r));
/freebsd-13-stable/sys/opencrypto/
H A Dxform_aes_xts.c128 explicit_bzero(block, sizeof(block));
/freebsd-13-stable/sys/libkern/
H A Darc4random.c166 explicit_bzero(chacha20->m_buffer, CHACHA20_BUFFER_SIZE);
167 explicit_bzero(&chacha20->ctx, sizeof(chacha20->ctx));
/freebsd-13-stable/tools/build/
H A DMakefile77 _WITH_EXPLICIT_BZERO!= grep -c explicit_bzero ${HOST_INCLUDE_ROOT}/strings.h || true
84 explicit_bzero.c: ${SRCTOP}/sys/libkern/explicit_bzero.c
86 CLEANFILES+= explicit_bzero.c
88 SRCS+= explicit_bzero.c
/freebsd-13-stable/sys/dev/random/
H A Drandom_harvestq.c172 explicit_bzero(event, sizeof(*event));
272 explicit_bzero(entropy, sizeof(entropy));
434 explicit_bzero(entropy, len);
/freebsd-13-stable/lib/libc/gen/
H A Darc4random.c149 explicit_bzero(rnd, sizeof(rnd)); /* discard source seed */
/freebsd-13-stable/lib/libgeom/
H A Dgeom_stats.c139 explicit_bzero(sp->ptr, pagesize * npages); /* page in, cache */
/freebsd-13-stable/secure/lib/libssh/
H A DMakefile33 SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \

Completed in 234 milliseconds

1234567