Home
last modified time | relevance | path

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

123

/Linux-v5.10/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-v5.10/include/crypto/
Dskcipher.h200 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher() function
207 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher()
/Linux-v5.10/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-v5.10/security/keys/encrypted-keys/
Dencrypted.c93 crypto_free_skcipher(tfm); in aes_get_sizes()
394 crypto_free_skcipher(tfm); in init_skcipher_req()
402 crypto_free_skcipher(tfm); in init_skcipher_req()
479 crypto_free_skcipher(tfm); in derived_key_encrypt()
585 crypto_free_skcipher(tfm); in derived_key_decrypt()
/Linux-v5.10/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-v5.10/crypto/
Dxts.c310 crypto_free_skcipher(ctx->child); in xts_init_tfm()
326 crypto_free_skcipher(ctx->child); in xts_exit_tfm()
Dauthenc.c348 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
359 crypto_free_skcipher(ctx->enc); in crypto_authenc_exit_tfm()
Dauthencesn.c366 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
377 crypto_free_skcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
Dadiantum.c444 crypto_free_skcipher(streamcipher); in adiantum_init_tfm()
452 crypto_free_skcipher(tctx->streamcipher); in adiantum_exit_tfm()
Dessiv.c308 crypto_free_skcipher(skcipher); in essiv_skcipher_init_tfm()
353 crypto_free_skcipher(tctx->u.skcipher); in essiv_skcipher_exit_tfm()
Dcryptd.c252 crypto_free_skcipher(tfm); in cryptd_skcipher_complete()
920 crypto_free_skcipher(tfm); in cryptd_alloc_skcipher()
952 crypto_free_skcipher(&tfm->base); in cryptd_free_skcipher()
Dlrw.c290 crypto_free_skcipher(ctx->child); in lrw_exit_tfm()
Dctr.c245 crypto_free_skcipher(ctx->child); in crypto_rfc3686_exit_tfm()
Dalgif_skcipher.c300 crypto_free_skcipher(private); in skcipher_release()
Dcts.c315 crypto_free_skcipher(ctx->child); in crypto_cts_exit_tfm()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c362 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_init()
371 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_exit()
/Linux-v5.10/fs/crypto/
Dkeysetup.c112 crypto_free_skcipher(tfm); in fscrypt_allocate_skcipher()
145 crypto_free_skcipher(prep_key->tfm); in fscrypt_destroy_prepared_key()
Dkeysetup_v1.c82 crypto_free_skcipher(tfm); in derive_key_aes()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c411 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_init()
420 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_exit()
/Linux-v5.10/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c223 crypto_free_skcipher(ctx->u.aes.tfm_skcipher); in ccp_aes_xts_exit_tfm()
/Linux-v5.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c513 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_init()
521 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_exit()
/Linux-v5.10/drivers/crypto/
Dgeode-aes.c259 crypto_free_skcipher(tctx->fallback.skcipher); in geode_exit_skcipher()

123