Home
last modified time | relevance | path

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

12

/Linux-v5.4/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.4/include/crypto/
Dskcipher.h207 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher() function
214 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher()
/Linux-v5.4/security/keys/encrypted-keys/
Dencrypted.c93 crypto_free_skcipher(tfm); in aes_get_sizes()
406 crypto_free_skcipher(tfm); in init_skcipher_req()
414 crypto_free_skcipher(tfm); in init_skcipher_req()
491 crypto_free_skcipher(tfm); in derived_key_encrypt()
597 crypto_free_skcipher(tfm); in derived_key_decrypt()
/Linux-v5.4/fs/crypto/
Dkeysetup.c110 crypto_free_skcipher(tfm); in fscrypt_allocate_skcipher()
240 crypto_free_skcipher(tfm); in setup_per_mode_key()
395 crypto_free_skcipher(ci->ci_ctfm); in put_crypt_info()
Dkeysetup_v1.c82 crypto_free_skcipher(tfm); in derive_key_aes()
157 crypto_free_skcipher(dk->dk_ctfm); in free_direct_key()
Dkeyring.c47 crypto_free_skcipher(mk->mk_mode_keys[i]); in free_master_key()
/Linux-v5.4/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.4/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.4/crypto/
Dxts.c311 crypto_free_skcipher(ctx->child); in init_tfm()
327 crypto_free_skcipher(ctx->child); in exit_tfm()
Dauthenc.c358 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
369 crypto_free_skcipher(ctx->enc); in crypto_authenc_exit_tfm()
Dauthencesn.c376 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
387 crypto_free_skcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
Dadiantum.c453 crypto_free_skcipher(streamcipher); in adiantum_init_tfm()
461 crypto_free_skcipher(tctx->streamcipher); in adiantum_exit_tfm()
Dessiv.c327 crypto_free_skcipher(skcipher); in essiv_skcipher_init_tfm()
372 crypto_free_skcipher(tctx->u.skcipher); in essiv_skcipher_exit_tfm()
Dcryptd.c280 crypto_free_skcipher(tfm); in cryptd_skcipher_complete()
977 crypto_free_skcipher(tfm); in cryptd_alloc_skcipher()
1009 crypto_free_skcipher(&tfm->base); in cryptd_free_skcipher()
Dalgif_skcipher.c311 crypto_free_skcipher(private); in skcipher_release()
Dlrw.c289 crypto_free_skcipher(ctx->child); in exit_tfm()
Dctr.c251 crypto_free_skcipher(ctx->child); in crypto_rfc3686_exit_tfm()
Dcts.c319 crypto_free_skcipher(ctx->child); in crypto_cts_exit_tfm()
Dsimd.c202 crypto_free_skcipher(tfm); in simd_skcipher_create_compat()
Dchacha20poly1305.c550 crypto_free_skcipher(ctx->chacha); in chachapoly_exit()
/Linux-v5.4/net/rxrpc/
Dkey.c866 crypto_free_skcipher(prep->payload.data[0]); in rxrpc_free_preparse_s()
883 crypto_free_skcipher(key->payload.data[0]); in rxrpc_destroy_s()
/Linux-v5.4/fs/ecryptfs/
Dcrypto.c204 crypto_free_skcipher(crypt_stat->tfm); in ecryptfs_destroy_crypt_stat()
1628 crypto_free_skcipher(key_tfm->key_tfm); in ecryptfs_destroy_crypto()

12