Home
last modified time | relevance | path

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

123

/linux/net/mac80211/
A 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/include/crypto/
A Dskcipher.h202 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher() function
209 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher()
/linux/security/keys/encrypted-keys/
A 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/Documentation/crypto/
A Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
A Dapi-samples.rst86 crypto_free_skcipher(tfm);
/linux/drivers/crypto/vmx/
A Daes_cbc.c48 crypto_free_skcipher(ctx->fallback); in p8_aes_cbc_exit()
A Daes_ctr.c47 crypto_free_skcipher(ctx->fallback); in p8_aes_ctr_exit()
A Daes_xts.c50 crypto_free_skcipher(ctx->fallback); in p8_aes_xts_exit()
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c347 crypto_free_skcipher(op->fallback_tfm); in sl3516_ce_cipher_init()
356 crypto_free_skcipher(op->fallback_tfm); in sl3516_ce_cipher_exit()
/linux/crypto/
A Dxts.c311 crypto_free_skcipher(ctx->child); in xts_init_tfm()
327 crypto_free_skcipher(ctx->child); in xts_exit_tfm()
A Dauthenc.c348 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
359 crypto_free_skcipher(ctx->enc); in crypto_authenc_exit_tfm()
A Dauthencesn.c366 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
377 crypto_free_skcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
A Dadiantum.c445 crypto_free_skcipher(streamcipher); in adiantum_init_tfm()
453 crypto_free_skcipher(tctx->streamcipher); in adiantum_exit_tfm()
A Dessiv.c309 crypto_free_skcipher(skcipher); in essiv_skcipher_init_tfm()
354 crypto_free_skcipher(tctx->u.skcipher); in essiv_skcipher_exit_tfm()
A 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()
A Dlrw.c290 crypto_free_skcipher(ctx->child); in lrw_exit_tfm()
A Dalgif_skcipher.c300 crypto_free_skcipher(private); in skcipher_release()
A Dctr.c246 crypto_free_skcipher(ctx->child); in crypto_rfc3686_exit_tfm()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c365 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_init()
374 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_exit()
/linux/fs/crypto/
A Dkeysetup.c119 crypto_free_skcipher(tfm); in fscrypt_allocate_skcipher()
153 crypto_free_skcipher(prep_key->tfm); in fscrypt_destroy_prepared_key()
A Dkeysetup_v1.c82 crypto_free_skcipher(tfm); in derive_key_aes()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c414 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_init()
423 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_exit()
/linux/drivers/crypto/ccp/
A Dccp-crypto-aes-xts.c223 crypto_free_skcipher(ctx->u.aes.tfm_skcipher); in ccp_aes_xts_exit_tfm()
/linux/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-cipher.c570 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_init()
578 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_exit()
/linux/drivers/crypto/
A Dgeode-aes.c260 crypto_free_skcipher(tctx->fallback.skcipher); in geode_exit_skcipher()

Completed in 62 milliseconds

123