Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A 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);
H A Dblk-crypto-fallback.c608 blk_crypto_profile_destroy(blk_crypto_fallback_profile); in blk_crypto_fallback_init()
/openbmc/linux/include/linux/
H A Dblk-crypto-profile.h144 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile);
/openbmc/linux/Documentation/block/
H A Dinline-encryption.rst264 ``blk_crypto_profile_destroy()`` when the crypto profile is no longer needed.
/openbmc/linux/drivers/md/
H A Ddm-table.c1280 blk_crypto_profile_destroy(profile); in dm_destroy_crypto_profile()