Home
last modified time | relevance | path

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

123

/linux-6.1.9/net/mac80211/
Dfils_aead.c139 crypto_free_skcipher(tfm2); in aes_siv_encrypt()
181 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
187 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
196 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
/linux-6.1.9/include/crypto/
Dskcipher.h206 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher() function
213 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher()
/linux-6.1.9/security/keys/encrypted-keys/
Dencrypted.c98 crypto_free_skcipher(tfm); in aes_get_sizes()
400 crypto_free_skcipher(tfm); in init_skcipher_req()
408 crypto_free_skcipher(tfm); in init_skcipher_req()
485 crypto_free_skcipher(tfm); in derived_key_encrypt()
591 crypto_free_skcipher(tfm); in derived_key_decrypt()
/linux-6.1.9/Documentation/crypto/
Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
Dapi-samples.rst86 crypto_free_skcipher(tfm);
/linux-6.1.9/drivers/crypto/vmx/
Daes_cbc.c48 crypto_free_skcipher(ctx->fallback); in p8_aes_cbc_exit()
Daes_ctr.c47 crypto_free_skcipher(ctx->fallback); in p8_aes_ctr_exit()
Daes_xts.c50 crypto_free_skcipher(ctx->fallback); in p8_aes_xts_exit()
/linux-6.1.9/drivers/crypto/gemini/
Dsl3516-ce-cipher.c349 crypto_free_skcipher(op->fallback_tfm); in sl3516_ce_cipher_init()
358 crypto_free_skcipher(op->fallback_tfm); in sl3516_ce_cipher_exit()
/linux-6.1.9/crypto/
Dxts.c311 crypto_free_skcipher(ctx->child); in xts_init_tfm()
327 crypto_free_skcipher(ctx->child); in xts_exit_tfm()
Dcryptd.c252 crypto_free_skcipher(tfm); in cryptd_skcipher_complete()
358 crypto_free_skcipher(ctx->child); in cryptd_skcipher_exit_tfm()
921 crypto_free_skcipher(tfm); in cryptd_alloc_skcipher()
953 crypto_free_skcipher(&tfm->base); in cryptd_free_skcipher()
Dauthencesn.c366 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
377 crypto_free_skcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
Dauthenc.c348 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
359 crypto_free_skcipher(ctx->enc); in crypto_authenc_exit_tfm()
Dhctr2.c382 crypto_free_skcipher(xctr); in hctr2_init_tfm()
391 crypto_free_skcipher(tctx->xctr); in hctr2_exit_tfm()
Dadiantum.c445 crypto_free_skcipher(streamcipher); in adiantum_init_tfm()
453 crypto_free_skcipher(tctx->streamcipher); in adiantum_exit_tfm()
Dessiv.c309 crypto_free_skcipher(skcipher); in essiv_skcipher_init_tfm()
354 crypto_free_skcipher(tctx->u.skcipher); in essiv_skcipher_exit_tfm()
Dctr.c246 crypto_free_skcipher(ctx->child); in crypto_rfc3686_exit_tfm()
Dlrw.c290 crypto_free_skcipher(ctx->child); in lrw_exit_tfm()
/linux-6.1.9/fs/crypto/
Dkeysetup.c125 crypto_free_skcipher(tfm); in fscrypt_allocate_skcipher()
160 crypto_free_skcipher(prep_key->tfm); in fscrypt_destroy_prepared_key()
Dkeysetup_v1.c82 crypto_free_skcipher(tfm); in derive_key_aes()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c437 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_init()
446 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_exit()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c423 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_init()
432 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_exit()
/linux-6.1.9/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c230 crypto_free_skcipher(skcipher); in test_skcipher()
/linux-6.1.9/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c223 crypto_free_skcipher(ctx->u.aes.tfm_skcipher); in ccp_aes_xts_exit_tfm()
/linux-6.1.9/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c564 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_init()
572 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_exit()

123