Searched refs:crypto_free_skcipher (Results 1 - 25 of 61) sorted by last modified time

123

/linux-master/include/crypto/
H A Dskcipher.h315 * crypto_free_skcipher() - zeroize and free cipher handle
320 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) function
327 crypto_free_skcipher(&tfm->base);
/linux-master/security/keys/trusted-keys/
H A Dtrusted_dcp.c124 crypto_free_skcipher(tfm);
/linux-master/fs/ecryptfs/
H A Dcrypto.c189 crypto_free_skcipher(crypt_stat->tfm);
1585 crypto_free_skcipher(key_tfm->key_tfm);
/linux-master/drivers/md/
H A Ddm-crypt.c782 crypto_free_skcipher(elephant->tfm);
2339 crypto_free_skcipher(cc->cipher_tfm.tfms[i]);
H A Ddm-integrity.c3947 crypto_free_skcipher(ic->journal_crypt);
4732 crypto_free_skcipher(ic->journal_crypt);
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c634 crypto_free_skcipher(ctx->skcipher_fbk);
/linux-master/drivers/crypto/
H A Dsahara.c730 crypto_free_skcipher(ctx->fallback);
H A Dmxs-dcp.c581 crypto_free_skcipher(actx->fallback);
H A Dsa2ul.c845 crypto_free_skcipher(ctx->fallback.skcipher);
/linux-master/crypto/
H A Dtestmgr.c3211 crypto_free_skcipher(generic_tfm);
3290 crypto_free_skcipher(tfm);
H A Dskcipher.c856 crypto_free_skcipher(tfm);
H A Dtcrypt.c1209 crypto_free_skcipher(tfm);
1420 crypto_free_skcipher(tfm);
/linux-master/net/rxrpc/
H A Drxkad.c86 crypto_free_skcipher(prep->payload.data[0]);
92 crypto_free_skcipher(key->payload.data[0]);
/linux-master/arch/powerpc/crypto/
H A Daes_ctr.c47 crypto_free_skcipher(ctx->fallback);
H A Daes_xts.c50 crypto_free_skcipher(ctx->fallback);
H A Daes_cbc.c48 crypto_free_skcipher(ctx->fallback);
/linux-master/fs/crypto/
H A Dkeysetup.c140 crypto_free_skcipher(tfm);
175 crypto_free_skcipher(prep_key->tfm);
/linux-master/block/
H A Dblk-crypto-fallback.c673 crypto_free_skcipher(slotp->tfms[mode_num]);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c448 crypto_free_skcipher(op->fallback_tfm);
457 crypto_free_skcipher(op->fallback_tfm);
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c1637 crypto_free_skcipher(ctx->fallback);
1665 crypto_free_skcipher(ctx->fallback);
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c98 crypto_free_skcipher(tfm);
400 crypto_free_skcipher(tfm);
408 crypto_free_skcipher(tfm);
485 crypto_free_skcipher(tfm);
591 crypto_free_skcipher(tfm);
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c459 crypto_free_skcipher(ctx->fallback_tfm);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c567 crypto_free_skcipher(ctx->fbk_cipher);
/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.c226 crypto_free_skcipher(ctx_p->fallback_tfm);
249 crypto_free_skcipher(ctx_p->fallback_tfm);
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c349 crypto_free_skcipher(op->fallback_tfm);
358 crypto_free_skcipher(op->fallback_tfm);

Completed in 292 milliseconds

123