Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-crypto-profile.c74 int blk_crypto_profile_init(struct blk_crypto_profile *profile, in blk_crypto_profile_init() function
137 EXPORT_SYMBOL_GPL(blk_crypto_profile_init);
159 int err = blk_crypto_profile_init(profile, num_slots); in devm_blk_crypto_profile_init()
Dblk-crypto-fallback.c556 err = blk_crypto_profile_init(blk_crypto_fallback_profile, in blk_crypto_fallback_init()
/linux-6.12.1/include/linux/
Dblk-crypto-profile.h133 int blk_crypto_profile_init(struct blk_crypto_profile *profile,
/linux-6.12.1/Documentation/block/
Dinline-encryption.rst233 must call ``blk_crypto_profile_init()`` (or its resource-managed variant
262 Finally, if the driver used ``blk_crypto_profile_init()`` instead of
/linux-6.12.1/drivers/md/
Ddm-table.c1253 blk_crypto_profile_init(profile, 0); in dm_table_construct_crypto_profile()