Home
last modified time | relevance | path

Searched refs:crypto_free_ablkcipher (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcrypto_key.c86 crypto_free_ablkcipher(tfm); in f2fs_derive_key_aes()
96 crypto_free_ablkcipher(ci->ci_ctfm); in f2fs_free_crypt_info()
/linux-4.4.14/fs/ext4/
Dcrypto_key.c82 crypto_free_ablkcipher(tfm); in ext4_derive_key_aes()
93 crypto_free_ablkcipher(ci->ci_ctfm); in ext4_free_crypt_info()
/linux-4.4.14/crypto/
Dauthenc.c356 crypto_free_ablkcipher(enc); in crypto_authenc_init_tfm()
367 crypto_free_ablkcipher(ctx->enc); in crypto_authenc_exit_tfm()
Dauthencesn.c372 crypto_free_ablkcipher(enc); in crypto_authenc_esn_init_tfm()
383 crypto_free_ablkcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
Dskcipher.c183 crypto_free_ablkcipher(*ctx); in crypto_exit_skcipher_ops_ablkcipher()
Dctr.c333 crypto_free_ablkcipher(ctx->child); in crypto_rfc3686_exit_tfm()
Dchacha20poly1305.c557 crypto_free_ablkcipher(ctx->chacha); in chachapoly_exit()
Dblkcipher.c739 crypto_free_ablkcipher(tfm->crt_ablkcipher.base); in skcipher_geniv_exit()
Dccm.c492 crypto_free_ablkcipher(ctx->ctr); in crypto_ccm_exit_tfm()
Dcryptd.c915 crypto_free_ablkcipher(&tfm->base); in cryptd_free_ablkcipher()
Dgcm.c607 crypto_free_ablkcipher(ctx->ctr); in crypto_gcm_exit_tfm()
Dtcrypt.c1234 crypto_free_ablkcipher(tfm); in test_acipher_speed()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c221 crypto_free_ablkcipher(ctx->u.aes.tfm_ablkcipher); in ccp_aes_xts_cra_exit()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c248 crypto_free_ablkcipher(ctx->fallback); in qce_ablkcipher_exit()
/linux-4.4.14/include/linux/
Dcrypto.h767 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher() function
/linux-4.4.14/drivers/crypto/
Dmxs-dcp.c502 crypto_free_ablkcipher(actx->fallback); in mxs_dcp_aes_fallback_exit()
Dsahara.c758 crypto_free_ablkcipher(ctx->fallback); in sahara_aes_cra_exit()
Dpicoxcell_crypto.c1019 crypto_free_ablkcipher(ctx->sw_cipher); in spacc_ablk_cra_exit()
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c238 crypto_free_ablkcipher(crypt_stat->tfm); in ecryptfs_destroy_crypt_stat()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c881 crypto_free_ablkcipher(ctr_tfm); in rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
Ddm-crypt.c1440 crypto_free_ablkcipher(cc->tfms[i]); in crypt_free_tfms()