Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-crypto-profile.c134 blk_crypto_profile_destroy(profile); in blk_crypto_profile_init()
141 blk_crypto_profile_destroy(profile); in blk_crypto_profile_destroy_callback()
441 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile) in blk_crypto_profile_destroy() function
451 EXPORT_SYMBOL_GPL(blk_crypto_profile_destroy);
Dblk-crypto-fallback.c608 blk_crypto_profile_destroy(blk_crypto_fallback_profile); in blk_crypto_fallback_init()
/Linux-v6.6/include/linux/
Dblk-crypto-profile.h144 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile);
/Linux-v6.6/Documentation/block/
Dinline-encryption.rst264 ``blk_crypto_profile_destroy()`` when the crypto profile is no longer needed.
/Linux-v6.6/drivers/md/
Ddm-table.c1275 blk_crypto_profile_destroy(profile); in dm_destroy_crypto_profile()