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() function130 EXPORT_SYMBOL_GPL(blk_crypto_profile_init);152 int err = blk_crypto_profile_init(profile, num_slots); in devm_blk_crypto_profile_init()
548 err = blk_crypto_profile_init(profile, blk_crypto_num_keyslots); in blk_crypto_fallback_init()
132 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
1305 blk_crypto_profile_init(profile, 0); in dm_table_construct_crypto_profile()
Completed in 12 milliseconds