Searched refs:memzero_explicit (Results 26 - 50 of 147) sorted by relevance

123456

/linux-master/include/crypto/
H A Dsha512_base.h130 memzero_explicit(sctx, sizeof(*sctx));
H A Dhash.h584 memzero_explicit(req, sizeof(*req) +
948 memzero_explicit(desc,
/linux-master/arch/sparc/crypto/
H A Dsha256_glue.c107 memzero_explicit(D, SHA256_DIGEST_SIZE);
H A Dsha512_glue.c111 memzero_explicit(D, 64);
/linux-master/arch/arm64/crypto/
H A Dsha3-ce-glue.c105 memzero_explicit(sctx, sizeof(*sctx));
H A Dpoly1305-glue.c180 memzero_explicit(dctx, sizeof(*dctx));
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c60 memzero_explicit(&req, sizeof(req));
/linux-master/crypto/
H A Dpolyval-generic.c135 memzero_explicit(&k, POLYVAL_BLOCK_SIZE);
H A Dsm3.c206 memzero_explicit(W, sizeof(W));
240 memzero_explicit(W, sizeof(W));
241 memzero_explicit(sctx, sizeof(*sctx));
H A Dcts.c119 memzero_explicit(d, sizeof(d));
212 memzero_explicit(d, sizeof(d));
H A Dalgif_rng.c102 memzero_explicit(result, len);
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c152 memzero_explicit(sf->iv[i], ivsize);
177 memzero_explicit(sf->iv[i], ivsize);
311 memzero_explicit(sf->iv[i], ivsize);
317 memzero_explicit(sf->biv, ivsize);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c288 memzero_explicit(chan->backup_iv, ivsize);
293 memzero_explicit(chan->bounce_iv, ivsize);
336 memzero_explicit(chan->backup_iv, ivsize);
341 memzero_explicit(chan->bounce_iv, ivsize);
/linux-master/fs/crypto/
H A Dkeysetup.c177 memzero_explicit(prep_key, sizeof(*prep_key));
232 memzero_explicit(mode_key, mode->keysize);
375 memzero_explicit(derived_key, ci->ci_mode->keysize);
550 memzero_explicit(ci, sizeof(*ci));
/linux-master/net/mac80211/
H A Dwep.c119 memzero_explicit(ctx, sizeof(*ctx));
173 memzero_explicit(ctx, sizeof(*ctx));
/linux-master/lib/crypto/
H A Dcurve25519-fiat32.c855 memzero_explicit(&x1, sizeof(x1));
856 memzero_explicit(&x2, sizeof(x2));
857 memzero_explicit(&z2, sizeof(z2));
858 memzero_explicit(&x3, sizeof(x3));
859 memzero_explicit(&z3, sizeof(z3));
860 memzero_explicit(&x2l, sizeof(x2l));
861 memzero_explicit(&z2l, sizeof(z2l));
862 memzero_explicit(&x3l, sizeof(x3l));
863 memzero_explicit(&e, sizeof(e));
/linux-master/arch/s390/crypto/
H A Dprng.c178 memzero_explicit(pblock, sizeof(pblock));
179 memzero_explicit(pg, PAGE_SIZE);
423 memzero_explicit(seed, sizeof(seed));
470 memzero_explicit(seed, sizeof(seed));
647 memzero_explicit(p, n);
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c511 memzero_explicit(derived_key, sizeof(derived_key));
550 memzero_explicit(derived_key, sizeof(derived_key));
734 memzero_explicit(derived_key, sizeof(derived_key));
979 memzero_explicit(derived_key, sizeof(derived_key));
988 memzero_explicit(derived_key, sizeof(derived_key));
/linux-master/fs/bcachefs/
H A Dchecksum.c649 memzero_explicit(&sb_key, sizeof(sb_key));
650 memzero_explicit(&user_key, sizeof(user_key));
763 memzero_explicit(&user_key, sizeof(user_key));
764 memzero_explicit(&key, sizeof(key));
808 memzero_explicit(&key, sizeof(key));
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c155 memzero_explicit(&fctx->crypto, sizeof(struct crypto_keys));
156 memzero_explicit(&fctx->auth, sizeof(struct auth_keys));
/linux-master/drivers/mmc/host/
H A Dcqhci-crypto.c104 memzero_explicit(&cfg, sizeof(cfg));
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c171 memzero_explicit(D, SHA256_DIGEST_SIZE);
H A Docteon-sha512.c186 memzero_explicit(D, 64);
/linux-master/arch/powerpc/crypto/
H A Dsha256-spe-glue.c162 memzero_explicit(D, SHA256_DIGEST_SIZE);
/linux-master/drivers/net/wireguard/
H A Dpeer.c196 memzero_explicit(peer, sizeof(*peer));

Completed in 440 milliseconds

123456