Home
last modified time | relevance | path

Searched refs:crypto_free_skcipher (Results 1 – 20 of 20) sorted by relevance

/linux-4.19.296/fs/crypto/
Dkeyinfo.c64 crypto_free_skcipher(tfm); in derive_key_aes()
206 crypto_free_skcipher(ci->ci_ctfm); in put_crypt_info()
/linux-4.19.296/crypto/
Dcrypto_null.c184 crypto_free_skcipher(crypto_default_null_skcipher); in crypto_put_default_null_skcipher()
Dxts.c376 crypto_free_skcipher(ctx->child); in init_tfm()
392 crypto_free_skcipher(ctx->child); in exit_tfm()
Dauthenc.c363 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
374 crypto_free_skcipher(ctx->enc); in crypto_authenc_exit_tfm()
Dauthencesn.c381 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
392 crypto_free_skcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
Dsimd.c195 crypto_free_skcipher(tfm); in simd_skcipher_create_compat()
Dcryptd.c476 crypto_free_skcipher(tfm); in cryptd_skcipher_complete()
581 crypto_free_skcipher(ctx->child); in cryptd_skcipher_exit_tfm()
1232 crypto_free_skcipher(tfm); in cryptd_alloc_skcipher()
1264 crypto_free_skcipher(&tfm->base); in cryptd_free_skcipher()
Dalgif_skcipher.c308 crypto_free_skcipher(private); in skcipher_release()
Dcts.c315 crypto_free_skcipher(ctx->child); in crypto_cts_exit_tfm()
Dctr.c342 crypto_free_skcipher(ctx->child); in crypto_rfc3686_exit_tfm()
Dlrw.c453 crypto_free_skcipher(ctx->child); in exit_tfm()
Dchacha20poly1305.c573 crypto_free_skcipher(ctx->chacha); in chachapoly_exit()
Dccm.c444 crypto_free_skcipher(ctx->ctr); in crypto_ccm_exit_tfm()
Dtcrypt.c1400 crypto_free_skcipher(tfm); in test_mb_skcipher_speed()
1611 crypto_free_skcipher(tfm); in test_skcipher_speed()
Dgcm.c586 crypto_free_skcipher(ctx->ctr); in crypto_gcm_exit_tfm()
Ddrbg.c1716 crypto_free_skcipher(drbg->ctr_handle); in drbg_fini_sym_kernel()
Dtestmgr.c1785 crypto_free_skcipher(tfm); in alg_test_skcipher()
/linux-4.19.296/include/crypto/
Dskcipher.h212 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher() function
/linux-4.19.296/fs/ecryptfs/
Dcrypto.c218 crypto_free_skcipher(crypt_stat->tfm); in ecryptfs_destroy_crypt_stat()
1638 crypto_free_skcipher(key_tfm->key_tfm); in ecryptfs_destroy_crypto()
/linux-4.19.296/fs/cifs/
Dcifsencrypt.c823 crypto_free_skcipher(tfm_arc4); in calc_seckey()