Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/core/
Dcrypto.c25 blk_crypto_register(&host->crypto_profile, q); in mmc_crypto_setup_queue()
/Linux-v6.6/block/
Dblk-crypto-profile.c453 bool blk_crypto_register(struct blk_crypto_profile *profile, in blk_crypto_register() function
463 EXPORT_SYMBOL_GPL(blk_crypto_register);
/Linux-v6.6/drivers/ufs/core/
Dufshcd-crypto.c239 blk_crypto_register(&hba->crypto_profile, q); in ufshcd_crypto_register()
/Linux-v6.6/include/linux/
Dblkdev.h1355 bool blk_crypto_register(struct blk_crypto_profile *profile,
1360 static inline bool blk_crypto_register(struct blk_crypto_profile *profile, in blk_crypto_register() function
/Linux-v6.6/drivers/md/
Ddm-table.c1369 blk_crypto_register(t->crypto_profile, q); in dm_update_crypto_profile()