Home
last modified time | relevance | path

Searched refs:blk_crypto_profile_destroy (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/block/
Dblk-crypto-profile.c126 blk_crypto_profile_destroy(profile); in blk_crypto_profile_init()
133 blk_crypto_profile_destroy(profile); in blk_crypto_profile_destroy_callback()
443 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile) in blk_crypto_profile_destroy() function
452 EXPORT_SYMBOL_GPL(blk_crypto_profile_destroy);
Dblk-crypto-fallback.c600 blk_crypto_profile_destroy(profile); in blk_crypto_fallback_init()
/linux-6.1.9/include/linux/
Dblk-crypto-profile.h155 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile);
/linux-6.1.9/Documentation/block/
Dinline-encryption.rst264 ``blk_crypto_profile_destroy()`` when the crypto profile is no longer needed.
/linux-6.1.9/drivers/md/
Ddm-table.c1275 blk_crypto_profile_destroy(profile); in dm_destroy_crypto_profile()