Searched refs:blk_crypto_profile_init (Results 1 – 5 of 5) sorted by relevance
74 int blk_crypto_profile_init(struct blk_crypto_profile *profile, in blk_crypto_profile_init() function137 EXPORT_SYMBOL_GPL(blk_crypto_profile_init);159 int err = blk_crypto_profile_init(profile, num_slots); in devm_blk_crypto_profile_init()
556 err = blk_crypto_profile_init(blk_crypto_fallback_profile, in blk_crypto_fallback_init()
133 int blk_crypto_profile_init(struct blk_crypto_profile *profile,
233 must call ``blk_crypto_profile_init()`` (or its resource-managed variant262 Finally, if the driver used ``blk_crypto_profile_init()`` instead of
1253 blk_crypto_profile_init(profile, 0); in dm_table_construct_crypto_profile()