Home
last modified time | relevance | path

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

123

/openbmc/linux/net/mac80211/
H 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()
/openbmc/linux/include/crypto/
H A Dskcipher.h228 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher() function
235 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher()
/openbmc/linux/security/keys/encrypted-keys/
H A 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()
/openbmc/linux/Documentation/crypto/
H A Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
H A Dapi-samples.rst86 crypto_free_skcipher(tfm);
/openbmc/linux/drivers/crypto/vmx/
H A Daes_cbc.c48 crypto_free_skcipher(ctx->fallback); in p8_aes_cbc_exit()
H A Daes_ctr.c47 crypto_free_skcipher(ctx->fallback); in p8_aes_ctr_exit()
H A Daes_xts.c50 crypto_free_skcipher(ctx->fallback); in p8_aes_xts_exit()
/openbmc/linux/drivers/crypto/gemini/
H A 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()
/openbmc/linux/crypto/
H A Dxts.c311 crypto_free_skcipher(ctx->child); in xts_init_tfm()
327 crypto_free_skcipher(ctx->child); in xts_exit_tfm()
H A Dcryptd.c285 crypto_free_skcipher(tfm); in cryptd_skcipher_complete()
362 crypto_free_skcipher(ctx->child); in cryptd_skcipher_exit_tfm()
965 crypto_free_skcipher(tfm); in cryptd_alloc_skcipher()
997 crypto_free_skcipher(&tfm->base); in cryptd_free_skcipher()
H A Dhctr2.c381 crypto_free_skcipher(xctr); in hctr2_init_tfm()
390 crypto_free_skcipher(tctx->xctr); in hctr2_exit_tfm()
H A Dauthenc.c346 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
357 crypto_free_skcipher(ctx->enc); in crypto_authenc_exit_tfm()
H A Dauthencesn.c363 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
374 crypto_free_skcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
H A Dadiantum.c444 crypto_free_skcipher(streamcipher); in adiantum_init_tfm()
452 crypto_free_skcipher(tctx->streamcipher); in adiantum_exit_tfm()
H A Dessiv.c314 crypto_free_skcipher(skcipher); in essiv_skcipher_init_tfm()
359 crypto_free_skcipher(tctx->u.skcipher); in essiv_skcipher_exit_tfm()
H A Dalgif_skcipher.c286 crypto_free_skcipher(private); in skcipher_release()
H A Dlrw.c290 crypto_free_skcipher(ctx->child); in lrw_exit_tfm()
/openbmc/linux/fs/crypto/
H A Dkeysetup.c140 crypto_free_skcipher(tfm); in fscrypt_allocate_skcipher()
175 crypto_free_skcipher(prep_key->tfm); in fscrypt_destroy_prepared_key()
H A Dkeysetup_v1.c82 crypto_free_skcipher(tfm); in derive_key_aes()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c424 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_init()
433 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_exit()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c448 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_init()
457 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_exit()
/openbmc/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c230 crypto_free_skcipher(skcipher); in test_skcipher()
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c224 crypto_free_skcipher(ctx->u.aes.tfm_skcipher); in ccp_aes_xts_exit_tfm()
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A 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