Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A 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()
H A Dblk-crypto-fallback.c555 err = blk_crypto_profile_init(blk_crypto_fallback_profile, in blk_crypto_fallback_init()
/openbmc/linux/include/linux/
H A Dblk-crypto-profile.h133 int blk_crypto_profile_init(struct blk_crypto_profile *profile,
/openbmc/linux/Documentation/block/
H A 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
/openbmc/linux/drivers/md/
H A Ddm-table.c1312 blk_crypto_profile_init(profile, 0); in dm_table_construct_crypto_profile()